Właściwość TextBox.CanSort
Pobiera wartość logiczna wartość, która wskazuje, czy pole tekstowe mogą być sortowane.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property CanSort As Boolean
Get
'Użycie
Dim instance As TextBox
Dim value As Boolean
value = instance.CanSort
public bool CanSort { get; }
public:
property bool CanSort {
bool get ();
}
member CanSort : bool
function get CanSort () : boolean
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli pole tekstowe można sortować; w przeciwnym razie false.
Zobacz także