Partager via


Propriété TextBox.CanSort

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CanSort As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TextBox Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering