ReportExecutionService.BeginSort, méthode
Espace de noms : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.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
- Direction
Type : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum
- Clear
Type : Boolean
- callback
Type : AsyncCallback
- asyncState
Type : Object
Valeur de retour
Type : IAsyncResult
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms