'Declaration Public Event GetScriptObject As ReportGetScriptObjectEventHandler
public event ReportGetScriptObjectEventHandler GetScriptObject
Event Data
The event handler receives an argument of type ReportGetScriptObjectEventArgs containing data related to this event. The following ReportGetScriptObjectEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Name | Gets the name of the object used in script. |
Object | Gets or sets the object associated with name specified in the Name property. |
See Also