FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / LoadReportDefinitionCompleted Event

In This Topic
    LoadReportDefinitionCompleted Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event LoadReportDefinitionCompleted As EventHandler(Of LoadReportDefinitionCompletedEventArgs)
    public event EventHandler<LoadReportDefinitionCompletedEventArgs> LoadReportDefinitionCompleted
    Event Data

    The event handler receives an argument of type LoadReportDefinitionCompletedEventArgs containing data related to this event. The following LoadReportDefinitionCompletedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
     
     
     
    (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
     
    See Also