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.
Gets a value that indicates whether the text box height can be increased to accommodate the contents.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CanGrow As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if the text box height can be increased to accommodate the contents; otherwise, false.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace