Compartir a través de


TextBox.CanGrow Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property CanGrow As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

TextBox Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering