ReportExecutionService.EndSort2(IAsyncResult, String, ExecutionInfo2) Method

Definition

public:
 int EndSort2(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % ReportItem, [Runtime::InteropServices::Out] Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::ExecutionInfo2 ^ % ExecutionInfo);
public int EndSort2 (IAsyncResult asyncResult, out string ReportItem, out Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo2 ExecutionInfo);
member this.EndSort2 : IAsyncResult * string * ExecutionInfo2 -> int
Public Function EndSort2 (asyncResult As IAsyncResult, ByRef ReportItem As String, ByRef ExecutionInfo As ExecutionInfo2) As Integer

Parameters

asyncResult
IAsyncResult
ReportItem
String
ExecutionInfo
ExecutionInfo2

Returns

Applies to