Click or drag to resize
ReportServiceOnExecuteReportAsyncCompleted Property
Gets or sets the call back event for Report method in asynchronous call.

Namespace:  Intuit.Ipp.ReportService
Assembly:  Intuit.Ipp.ReportService (in Intuit.Ipp.ReportService.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public ReportServiceCallbackTReportCallCompletedEventHandler OnExecuteReportAsyncCompleted { get; set; }

Property Value

Type: ReportServiceCallbackTReportCallCompletedEventHandler
The OnExecuteReportAsyncCompleted call back.
See Also