次の方法で共有


ReportViewer.DocumentMapWidth プロパティ

 

発行: 2016年4月

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

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

構文

public int DocumentMapWidth { get; set; }
public:
property int DocumentMapWidth {
    int get();
    void set(int value);
}
member DocumentMapWidth : int with get, set
Public Property DocumentMapWidth As Integer

プロパティ値

Type: System.Int32

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

参照

ReportViewer クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る