Właściwość SortEventArgs.SortDirection —
Gets an enumeration value indicating the direction of the sort.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public ReadOnly Property SortDirection As SortOrder
public SortOrder SortDirection { get; }
public:
property SortOrder SortDirection {
SortOrder get ();
}
member SortDirection : SortOrder with get
function get SortDirection () : SortOrder
Wartość właściwości
Typ: Microsoft.Reporting.WebForms.SortOrder
A SortOrder enumeration value indicating the direction of the sort.
Uwagi
The default value is none.