FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ReportGetScriptObjectEventArgs Class / Object Property

In This Topic
    Object Property (ReportGetScriptObjectEventArgs)
    In This Topic
    Gets or sets the object associated with name specified in the Name property.
    Syntax
    'Declaration
     
    Public Property Object As Object
    public object Object {get; set;}
    See Also