ReportViewer.DocumentMapWidth 속성

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

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

구문

‘선언
Public Property DocumentMapWidth As Integer
    Get
    Set
‘사용 방법
Dim instance As ReportViewer
Dim value As Integer

value = instance.DocumentMapWidth

instance.DocumentMapWidth = value
public int DocumentMapWidth { get; set; }
public:
property int DocumentMapWidth {
    int get ();
    void set (int value);
}
member DocumentMapWidth : int with get, set
function get DocumentMapWidth () : int
function set DocumentMapWidth (value : int)

속성 값

유형: System.Int32
문서 구조의 너비(픽셀)를 포함하는 integer 값. 기본값은 40입니다.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WinForms 네임스페이스