共用方式為


CanGrow 屬性

Indicates the text box height can increase to accommodate the contents.

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

語法

'宣告
Public Property CanGrow As Boolean
    Get
    Set
'用途
Dim instance As Textbox
Dim value As Boolean

value = instance.CanGrow

instance.CanGrow = value
public bool CanGrow { get; set; }
public:
property bool CanGrow {
    bool get ();
    void set (bool value);
}
member CanGrow : bool with get, set
function get CanGrow () : boolean
function set CanGrow (value : boolean)

屬性值

型別:System. . :: . .Boolean
A Boolean value.