Proprietà CanSort
Gets a Boolean value that indicates whether the text box can be sorted.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CanSort As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the text box can be sorted; otherwise, false.
Vedere anche