FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / OnGetScriptObject Method
The name of object.

In This Topic
    OnGetScriptObject Method (FlexReport)
    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