ReportExecutionService.EndLoadReportDefinition2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::ExecutionInfo2 ^ EndLoadReportDefinition2(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::Warning ^> ^ % warnings);
public Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo2 EndLoadReportDefinition2 (IAsyncResult asyncResult, out Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.Warning[] warnings);
member this.EndLoadReportDefinition2 : IAsyncResult * Warning[] -> Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo2
Public Function EndLoadReportDefinition2 (asyncResult As IAsyncResult, ByRef warnings As Warning()) As ExecutionInfo2
Parameters
- asyncResult
- IAsyncResult
- warnings
- Warning[]