ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / IReportScriptContext Interface / GetObjectByName Method
The name of the object to get.

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

    Parameters

    name
    The name of the object to get.

    Return Value

    The named object.
    See Also