次の方法で共有


ReportViewer.IsDocumentMapWidthFixed プロパティ

閲覧者が見出しマップのパネルのサイズを変更する際に、そのサイズを変えないようにするか、または変更するかを指定します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

'宣言
Public Property IsDocumentMapWidthFixed As Boolean
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)

プロパティ値

型 : Boolean
見出しマップのパネルのサイズを変えないようにするかどうかを指示するブール値。既定値は true です。

参照

関連項目

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間