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
public bool ClearSort { get; }
public:
property bool ClearSort {
bool get();
}
member ClearSort : bool with get
Public ReadOnly Property ClearSort As Boolean
Property Value
Type: System.Boolean
A Boolean value that indicates whether all other existing sorts should be cleared. The default is false.
See Also
SortEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top