ReportViewer.IsDocumentMapWidthFixed 속성

문서 구조 패널의 크기가 고정되는지, 아니면 뷰어의 크기가 조정될 때 변경되는지 나타냅니다.

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

구문

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

value = instance.IsDocumentMapWidthFixed

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

속성 값

유형: System.Boolean
문서 구조 패널의 크기가 고정되는지 여부를 나타내는 Boolean 값. 기본값은 true입니다.

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WinForms 네임스페이스