次の方法で共有


ReportViewer.DocumentMapWidth プロパティ

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

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

構文

'宣言
Public Property DocumentMapWidth As Integer
    Get
    Set
'使用
Dim instance As ReportViewer
Dim value As Integer

value = instance.DocumentMapWidth

instance.DocumentMapWidth = value
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)

プロパティ値

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

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間