Share via


TextBox.CanShrink Property

Indicates that the text box height can decrease to match the contents

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property CanShrink As Boolean
    Get
'Usage
Dim instance As TextBox
Dim value As Boolean

value = instance.CanShrink
public bool CanShrink { get; }
public:
property bool CanShrink {
    bool get ();
}
member CanShrink : bool
function get CanShrink () : boolean

Property Value

Type: System.Boolean
A Boolean value.