ReportExecutionService.BeginSort, méthode

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

Syntaxe

'Déclaration
Public Function BeginSort ( _
    SortItem As String, _
    Direction As SortDirectionEnum, _
    Clear As Boolean, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginSort(
    string SortItem,
    SortDirectionEnum Direction,
    bool Clear,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginSort(
    String^ SortItem, 
    SortDirectionEnum Direction, 
    bool Clear, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginSort : 
        SortItem:string * 
        Direction:SortDirectionEnum * 
        Clear:bool * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginSort(
    SortItem : String, 
    Direction : SortDirectionEnum, 
    Clear : boolean, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • SortItem
    Type : String
  • Clear
    Type : Boolean
  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

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