Freigeben über


ReportExecutionService.Sort3Async Method

Definition

Overloads

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

Sort3Async(String, SortDirectionEnum, Boolean, PageCountMode)

public:
 void Sort3Async(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 Sort3Async (string SortItem, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum Direction, bool Clear, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode PaginationMode);
member this.Sort3Async : string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum * bool * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode -> unit
Public Sub Sort3Async (SortItem As String, Direction As SortDirectionEnum, Clear As Boolean, PaginationMode As PageCountMode)

Parameters

SortItem
String
Direction
SortDirectionEnum
Clear
Boolean
PaginationMode
PageCountMode

Applies to

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

public:
 void Sort3Async(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 Sort3Async (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.Sort3Async : string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum * bool * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode * obj -> unit
Public Sub Sort3Async (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