ReportExecutionService.EndSort3(IAsyncResult, String, ExecutionInfo3) 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 EndSort3(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % ReportItem, [Runtime::InteropServices::Out] Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::ExecutionInfo3 ^ % ExecutionInfo);
public int EndSort3(IAsyncResult asyncResult, out string ReportItem, out Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.ExecutionInfo3 ExecutionInfo);
member this.EndSort3 : IAsyncResult * string * ExecutionInfo3 -> int
Public Function EndSort3 (asyncResult As IAsyncResult, ByRef ReportItem As String, ByRef ExecutionInfo As ExecutionInfo3) As Integer
Parameters
- asyncResult
- IAsyncResult
- ReportItem
- String
- ExecutionInfo
- ExecutionInfo3