This topic has not yet been rated - Rate this topic

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)
public bool ClearSort { 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.