ReportExecutionService.EndLoadReportDefinition3 Method

Definition

public:
 Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::ExecutionInfo3 ^ EndLoadReportDefinition3(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::Warning ^> ^ % warnings);
public Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo3 EndLoadReportDefinition3 (IAsyncResult asyncResult, out Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.Warning[] warnings);
member this.EndLoadReportDefinition3 : IAsyncResult * Warning[] -> Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo3
Public Function EndLoadReportDefinition3 (asyncResult As IAsyncResult, ByRef warnings As Warning()) As ExecutionInfo3

Parameters

asyncResult
IAsyncResult
warnings
Warning[]

Returns

Applies to