Condividi tramite


Proprietà SortEventArgs.ClearSort

Indica se tutti gli altri ordinamenti esistenti devono essere cancellati.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ClearSort As Boolean
    Get
'Utilizzo
Dim instance As SortEventArgs
Dim value As Boolean

value = instance.ClearSort
public bool ClearSort { get; }
public:
property bool ClearSort {
    bool get ();
}
member ClearSort : bool
function get ClearSort () : boolean

Valore proprietà

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

Vedere anche

Riferimento

SortEventArgs Classe

Spazio dei nomi Microsoft.Reporting.WebForms