Share via


SortEventArgs.ClearSort Property

Indicates whether all other existing sorts should be cleared.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.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.WebForms Namespace