FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / GetScriptObject Event

In This Topic
    GetScriptObject Event
    In This Topic
    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