Compartir a través de


Textbox.CanGrow Propiedad

Indicates the text box height can increase to accommodate the contents.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property CanGrow As Boolean 
    Get 
    Set
'Uso
Dim instance As Textbox 
Dim value As Boolean 

value = instance.CanGrow

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

Valor de la propiedad

Tipo: System.Boolean
True if the text box height can increase to accommodate the contents; otherwise, false.

Vea también

Referencia

Textbox Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel