SortEventArgs-Konstruktor
Erstellt ein SortEventArgs-Objekt.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Sub New ( _
sortId As String, _
sortDirection As SortOrder, _
clearSort As Boolean _
)
'Usage
Dim sortId As String
Dim sortDirection As SortOrder
Dim clearSort As Boolean
Dim instance As New SortEventArgs(sortId, _
sortDirection, clearSort)
public SortEventArgs(
string sortId,
SortOrder sortDirection,
bool clearSort
)
public:
SortEventArgs(
String^ sortId,
SortOrder sortDirection,
bool clearSort
)
new :
sortId:string *
sortDirection:SortOrder *
clearSort:bool -> SortEventArgs
public function SortEventArgs(
sortId : String,
sortDirection : SortOrder,
clearSort : boolean
)
Parameter
- sortId
Typ: System.String
Die ID des Sortiervorgangs.
- sortDirection
Typ: Microsoft.Reporting.WinForms.SortOrder
Ein SortOrder-Enumerationswert, der die Sortierreihenfolge angibt. Der Standardwert ist None.
- clearSort
Typ: System.Boolean
Ein Boolean-Wert, der angibt, ob alle anderen vorhandenen Sortiervorgänge gelöscht werden sollen. Der Standardwert ist false.