ComponentOne Reports for WPF
C1.C1Report Namespace / IReportScriptContext Interface / GetObjectByName Method
The name of the object to get.

In This Topic
    GetObjectByName Method (IReportScriptContext)
    In This Topic
    Retrieves an object by its name.
    Syntax
    'Declaration
     
    Function GetObjectByName( _
       ByVal name As String _
    ) As Object
    object GetObjectByName( 
       string name
    )

    Parameters

    name
    The name of the object to get.

    Return Value

    The named object.
    See Also