ComponentOne Reports for WPF
C1.C1Report Namespace / IReportScriptContext Interface
Methods

In This Topic
    IReportScriptContext Interface Members
    In This Topic

    The following tables list the members exposed by IReportScriptContext.

    Public Methods
     NameDescription
     MethodRetrieves an object by its name.  
     MethodTests whether the specified name exists in the current context. If a certain name is defined by the context (i.e. this method returns true), the named object will be retrieved from the context even if a similarly named object already exists.  
    Top
    See Also