共用方式為


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
包含文件引導模式寬度 (以像素表示) 的 integer 值。預設值為 40。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WinForms 命名空間