Freigeben über


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

  • clearSort
    Typ: System.Boolean
    Ein Boolean-Wert, der angibt, ob alle anderen vorhandenen Sortiervorgänge gelöscht werden sollen. Der Standardwert ist false.

Siehe auch

Verweis

SortEventArgs Klasse

Microsoft.Reporting.WinForms-Namespace