다음을 통해 공유


ReportViewer.DocumentMapWidth 속성

문서 구조의 너비를 가져오거나 설정합니다.

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

구문

‘선언
<WebBrowsableAttribute(True)> _
Public Property DocumentMapWidth As Unit
    Get
    Set
‘사용 방법
Dim instance As ReportViewer
Dim value As Unit

value = instance.DocumentMapWidth

instance.DocumentMapWidth = value
[WebBrowsableAttribute(true)]
public Unit DocumentMapWidth { get; set; }
[WebBrowsableAttribute(true)]
public:
property Unit DocumentMapWidth {
    Unit get ();
    void set (Unit value);
}
[<WebBrowsableAttribute(true)>]
member DocumentMapWidth : Unit with get, set
function get DocumentMapWidth () : Unit
function set DocumentMapWidth (value : Unit)

속성 값

유형: System.Web.UI.WebControls.Unit
문서 구조 너비를 나타내는 Unit 개체. 기본적으로 ReportViewer 너비의 25%를 나타내는 Unit 개체가 반환됩니다.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WebForms 네임스페이스