ReportExecutionService.EndSort2(IAsyncResult, String, ExecutionInfo2) 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:
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