ComponentOne FlexReport for WinForms
GetScriptObject Event

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class : GetScriptObject Event
Occurs when an unknown object is found in the report's script or expression.
Syntax
'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.

PropertyDescription
Gets the name of the object used in script.  
Gets or sets the object associated with name specified in the Name property.  
See Also