Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the text box height can increase to accommodate the contents.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CanGrow As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
True if the text box height can increase to accommodate the contents; otherwise, false.