ReportViewer.DocumentMapWidth 屬性

取得或設定文件引導模式的寬度。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
<WebBrowsableAttribute(True)> _
Public Property DocumentMapWidth As Unit
[WebBrowsableAttribute(true)]
public Unit DocumentMapWidth { get; set; }
[WebBrowsableAttribute(true)]
public:
property Unit DocumentMapWidth {
    Unit get ();
    void set (Unit value);
}
[<WebBrowsableAttribute(true)>]
member DocumentMapWidth : Unit with get, set
function get DocumentMapWidth () : Unit
function set DocumentMapWidth (value : Unit)

屬性值

類型:Unit
表示文件引導模式寬度的 Unit 物件。根據預設會傳回 Unit 物件,表示 ReportViewer 寬度的 25%。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間