FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport 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 String _
    ) As Object
    object GetObjectByName( 
       string name
    )

    Parameters

    name
    The name of the object to get.

    Return Value

    The named object.
    See Also