ReportExecutionService.SortAsync, méthode (String, SortDirectionEnum, Boolean, Object)
Espace de noms : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Sub SortAsync ( _
SortItem As String, _
Direction As SortDirectionEnum, _
Clear As Boolean, _
userState As Object _
)
public void SortAsync(
string SortItem,
SortDirectionEnum Direction,
bool Clear,
Object userState
)
public:
void SortAsync(
String^ SortItem,
SortDirectionEnum Direction,
bool Clear,
Object^ userState
)
member SortAsync :
SortItem:string *
Direction:SortDirectionEnum *
Clear:bool *
userState:Object -> unit
public function SortAsync(
SortItem : String,
Direction : SortDirectionEnum,
Clear : boolean,
userState : Object
)
Paramètres
- SortItem
Type : String
- Direction
Type : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.SortDirectionEnum
- Clear
Type : Boolean
- userState
Type : Object
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms