Share via


ReportViewer.IsDocumentMapWidthFixed 屬性

 

發佈時間: 2016年4月

指出當檢視器調整大小時,文件引導模式面板的大小是固定或變動的。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public bool IsDocumentMapWidthFixed { get; set; }
public:
property bool IsDocumentMapWidthFixed {
    bool get();
    void set(bool value);
}
member IsDocumentMapWidthFixed : bool with get, set
Public Property IsDocumentMapWidthFixed As Boolean

屬性值

Type: System.Boolean

指出文件引導模式面板的大小是否固定的 Boolean 值。預設值為 true

請參閱

ReportViewer 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首