Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets an enumeration value indicating the direction of the sort.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property SortDirection As SortOrder
'Usage
Dim instance As SortEventArgs
Dim value As SortOrder
value = instance.SortDirection
public SortOrder SortDirection { get; }
public:
property SortOrder SortDirection {
SortOrder get ();
}
/** @property */
public SortOrder get_SortDirection ()
public function get SortDirection () : SortOrder
Property Value
A SortOrder enumeration value indicating the direction of the sort.
Remarks
The default value is none.
See Also
Reference
SortEventArgs Class
SortEventArgs Members
Microsoft.Reporting.WebForms Namespace