ReportViewer.ShowToolBar 屬性
取得或設定指出是否可在控制項上看到工具列的值。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<WebBrowsableAttribute(True)> _
Public Property ShowToolBar As Boolean
Get
Set
'用途
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowToolBar
instance.ShowToolBar = value
[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)
屬性值
型別:System.Boolean
Boolean 值。預設值為 true。