다음을 통해 공유


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 네임스페이스