다음을 통해 공유


ReportViewer.Height 속성

컨트롤의 높이를 가져오거나 설정합니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
Public Overrides Property Height As Unit
    Get
    Set
‘사용 방법
Dim instance As ReportViewer
Dim value As Unit

value = instance.Height

instance.Height = value
public override Unit Height { get; set; }
public:
virtual property Unit Height {
    Unit get () override;
    void set (Unit value) override;
}
abstract Height : Unit with get, set
override Height : Unit with get, set
override function get Height () : Unit
override function set Height (value : Unit)

속성 값

유형: System.Web.UI.WebControls.Unit
컨트롤의 높이를 나타내는 [System.Web.UI.WebControls.Unit] 개체

주의

자세한 내용은 WebControl.Height를 참조하십시오.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WebForms 네임스페이스