Share via


ReportViewer.ShowToolBar 屬性

取得或設定指出是否可在控制項上看到工具列的值。

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

語法

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

屬性值

類型:Boolean
Boolean 值。預設值為 true。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間