FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportGetScriptObjectEventArgs Class / ReportGetScriptObjectEventArgs Constructor
The name of the object.

In This Topic
    ReportGetScriptObjectEventArgs Constructor
    In This Topic
    Initializes a new instance of the ReportGetScriptObjectEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    public ReportGetScriptObjectEventArgs( 
       string name
    )

    Parameters

    name
    The name of the object.
    See Also