Share via


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

包含文件引導模式寬度 (以像素表示) 的 integer 值。預設值為 40。

請參閱

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

回到頁首