FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / OnGetScriptObject Method
The name of object.

In This Topic
    OnGetScriptObject Method
    In This Topic
    Raises the GetScriptObject event.
    Syntax
    'Declaration
     
    Protected Overridable Function OnGetScriptObject( _
       ByVal name As String _
    ) As Object
    protected virtual object OnGetScriptObject( 
       string name
    )

    Parameters

    name
    The name of object.

    Return Value

    Returns the object associated with specified name.
    See Also