Share via


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 命名空间