Condividi tramite


Proprietà CanShrink

Indicates the text box height can decrease to match the contents

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property CanShrink As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value.