共用方式為


ReportViewer.DocumentMapWidth 屬性

取得或設定文件引導模式的寬度 (以像素表示)。

命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 microsoft.reportviewer.winforms.dll)

語法

'宣告
<SRDescriptionAttribute("DocMapWidthDesc")> _
<DefaultValueAttribute(100)> _
<CategoryAttribute("Appearance")> _
Public Property DocumentMapWidth As Integer
'用途
Dim instance As ReportViewer
Dim value As Integer

value = instance.DocumentMapWidth

instance.DocumentMapWidth = value
[SRDescriptionAttribute("DocMapWidthDesc")] 
[DefaultValueAttribute(100)] 
[CategoryAttribute("Appearance")] 
public int DocumentMapWidth { get; set; }
[DefaultValueAttribute(100)] 
[CategoryAttribute(L"Appearance")] 
public:
int DocumentMapWidth {
    int get ();
    void set (int value);
}
/** @property */
public int get_DocumentMapWidth ()

/** @property */
public void set_DocumentMapWidth (int value)
public function get DocumentMapWidth () : int

public function set DocumentMapWidth (value : int)

屬性值

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

另請參閱

參考

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