ReportExecutionService.Sort2Async Method

Definition

Overloads

Sort2Async(String, SortDirectionEnum, Boolean, PageCountMode, Object)
Sort2Async(String, SortDirectionEnum, Boolean, PageCountMode)

Sort2Async(String, SortDirectionEnum, Boolean, PageCountMode, Object)

public:
 void Sort2Async(System::String ^ SortItem, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::SortDirectionEnum Direction, bool Clear, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::PageCountMode PaginationMode, System::Object ^ userState);
public void Sort2Async (string SortItem, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum Direction, bool Clear, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode PaginationMode, object userState);
member this.Sort2Async : string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum * bool * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode * obj -> unit
Public Sub Sort2Async (SortItem As String, Direction As SortDirectionEnum, Clear As Boolean, PaginationMode As PageCountMode, userState As Object)

Parameters

SortItem
String
Direction
SortDirectionEnum
Clear
Boolean
PaginationMode
PageCountMode
userState
Object

Applies to

Sort2Async(String, SortDirectionEnum, Boolean, PageCountMode)

public:
 void Sort2Async(System::String ^ SortItem, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::SortDirectionEnum Direction, bool Clear, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::PageCountMode PaginationMode);
public void Sort2Async (string SortItem, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum Direction, bool Clear, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode PaginationMode);
member this.Sort2Async : string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum * bool * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode -> unit
Public Sub Sort2Async (SortItem As String, Direction As SortDirectionEnum, Clear As Boolean, PaginationMode As PageCountMode)

Parameters

SortItem
String
Direction
SortDirectionEnum
Clear
Boolean
PaginationMode
PageCountMode

Applies to