ReportExecutionService.BeginSort2 Method

Definition

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

Parameters

SortItem
String
Direction
SortDirectionEnum
Clear
Boolean
PaginationMode
PageCountMode
callback
AsyncCallback
asyncState
Object

Returns

Applies to