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