共用方式為


ReportViewer.ShowToolBar 屬性

 

發佈時間: 2016年4月

指出是否可以看見工具列。

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

語法

public bool ShowToolBar { get; set; }
public:
property bool ShowToolBar {
    bool get();
    void set(bool value);
}
member ShowToolBar : bool with get, set
Public Property ShowToolBar As Boolean

屬性值

Type: System.Boolean

布林值。預設值為 true

請參閱

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

回到頁首