次の方法で共有


ReportViewer.DocumentMapWidth プロパティ

ピクセル単位の見出しマップの幅を取得または設定します。

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

構文

'宣言
Public Property DocumentMapWidth As Integer
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)

プロパティ値

型 : Int32
見出しマップのピクセル単位の幅を示す整数値。既定値は 40 です。

参照

関連項目

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間