C1.UWP.FlexReport Assembly / C1.Xaml.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 _
)
 

Parameters

name
The name of the object.
See Also