Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an enumeration value that indicates the direction of the sort.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.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 that indicates the direction of the sort.
Remarks
The default value is None.
See Also
Reference
SortEventArgs Class
SortEventArgs Members
Microsoft.Reporting.WinForms Namespace