Share via


ReportViewer.ShowDocumentMapButton 屬性

取得或設定值,這個值表示是否可在分割列上看到顯示及摺疊文件引導模式的按鈕。

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

語法

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

屬性值

類型:Boolean
如果可以在分割列上看到這個按鈕,則為 true,否則為 false。預設為 true。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間