Partager via


Propriété TextBox.CanGrow

Gets a value that indicates whether the text box height can be increased to accommodate the contents.

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

Syntaxe

'Déclaration
Public ReadOnly Property CanGrow As Boolean 
    Get
'Utilisation
Dim instance As TextBox 
Dim value As Boolean 

value = instance.CanGrow
public bool CanGrow { get; }
public:
property bool CanGrow {
    bool get ();
}
member CanGrow : bool
function get CanGrow () : boolean

Valeur de propriété

Type : System.Boolean
true if the text box height can be increased to accommodate the contents; otherwise, false.

Voir aussi

Référence

TextBox Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering