Свойство TextBox.CanSort

Gets a Boolean value that indicates whether the text box can be sorted.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property CanSort As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
true if the text box can be sorted; otherwise, false.

См. также

Справочник

TextBox Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering