コントロールにツール バーを表示するかどうかを示す値を取得または設定します。
名前空間: 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
ブール 値。既定値は true です。