ReportExecutionService.Sort2Async, méthode (String, SortDirectionEnum, Boolean, PageCountMode, Object)

Espace de noms :  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Sub Sort2Async ( _
    SortItem As String, _
    Direction As SortDirectionEnum, _
    Clear As Boolean, _
    PaginationMode As PageCountMode, _
    userState As Object _
)
public void Sort2Async(
    string SortItem,
    SortDirectionEnum Direction,
    bool Clear,
    PageCountMode PaginationMode,
    Object userState
)
public:
void Sort2Async(
    String^ SortItem, 
    SortDirectionEnum Direction, 
    bool Clear, 
    PageCountMode PaginationMode, 
    Object^ userState
)
member Sort2Async : 
        SortItem:string * 
        Direction:SortDirectionEnum * 
        Clear:bool * 
        PaginationMode:PageCountMode * 
        userState:Object -> unit 
public function Sort2Async(
    SortItem : String, 
    Direction : SortDirectionEnum, 
    Clear : boolean, 
    PaginationMode : PageCountMode, 
    userState : Object
)

Paramètres

  • SortItem
    Type : String
  • Clear
    Type : Boolean
  • userState
    Type : Object

Voir aussi

Référence

ReportExecutionService Classe

Sort2Async, surcharge

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution, espace de noms