共用方式為


Textbox.CanShrink 屬性

Indicates whether the text box height can decrease to match the contents.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property CanShrink As Boolean 
    Get 
    Set
'用途
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)

屬性值

型別:System.Boolean
True if the text box height can decrease to match the contents; otherwise, false.

請參閱

參考

Textbox 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間