ReportExecutionService.BeginSort Method

Definition

public:
 IAsyncResult ^ BeginSort(System::String ^ SortItem, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::SortDirectionEnum Direction, bool Clear, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSort (string SortItem, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum Direction, bool Clear, AsyncCallback callback, object asyncState);
member this.BeginSort : string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum * bool * AsyncCallback * obj -> IAsyncResult
Public Function BeginSort (SortItem As String, Direction As SortDirectionEnum, Clear As Boolean, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

SortItem
String
Direction
SortDirectionEnum
Clear
Boolean
callback
AsyncCallback
asyncState
Object

Returns

Applies to