Condividi tramite


Proprietà SortEventArgs.ClearSort

Indica se tutti gli altri ordinamenti esistenti devono essere cancellati.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ClearSort As Boolean
public bool ClearSort { get; }
public:
property bool ClearSort {
    bool get ();
}
member ClearSort : bool with get
function get ClearSort () : boolean

Valore proprietà

Tipo: Boolean
Valore Boolean che indica se tutti gli altri ordinamenti esistenti devono essere cancellati.Il valore predefinito è false.

Vedere anche

Riferimenti

SortEventArgs Classe

Spazio dei nomi Microsoft.Reporting.WinForms