CanSort Propiedad
Gets a Boolean value that indicates whether the text box can be sorted.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property CanSort As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the text box can be sorted; otherwise, false.
Vea también