Construtor SortEventArgs
Constructs a SortEventArgs object.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
Public Sub New ( _
sortId As String, _
sortDirection As SortOrder, _
clearSort As Boolean _
)
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
)
Parâmetros
- sortId
Tipo: String
The ID of the sort action.
- sortDirection
Tipo: Microsoft.Reporting.WinForms.SortOrder
A SortOrder enumeration value that indicates the direction of the sort. The default value is None.
- clearSort
Tipo: Boolean
A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.