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.
Indicates whether all other existing sorts should be cleared.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property ClearSort As Boolean
'Usage
Dim instance As SortEventArgs
Dim value As Boolean
value = instance.ClearSort
public bool ClearSort { get; }
public:
property bool ClearSort {
bool get ();
}
/** @property */
public boolean get_ClearSort ()
public function get ClearSort () : boolean
Property Value
A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.
See Also
Reference
SortEventArgs Class
SortEventArgs Members
Microsoft.Reporting.WinForms Namespace