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 whether the text box height can decrease to match the contents.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CanShrink As Boolean
Get
Set
'Usage
Dim instance As Textbox
Dim value As Boolean
value = instance.CanShrink
instance.CanShrink = value
public bool CanShrink { get; set; }
public:
property bool CanShrink {
bool get ();
void set (bool value);
}
member CanShrink : bool with get, set
function get CanShrink () : boolean
function set CanShrink (value : boolean)
Eigenschaftswert
Typ: System.Boolean
True if the text box height can decrease to match the contents; otherwise, false.