Konstruktor SortEventArgs —
Constructs a new SortEventArgs object.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
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
)
Parametry
- sortId
Typ: String
The ID of the sort action.
- sortDirection
Typ: Microsoft.Reporting.WebForms.SortOrder
A SortOrder enumeration value indicating the direction of the sort. The default value is none.
- clearSort
Typ: Boolean
A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.