次の方法で共有


IQueryDesigner.ToolBar プロパティ

デザイナーのインターフェイスで使用するツール バーです。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:  Microsoft.ReportingServices.QueryDesigners (Microsoft.ReportingServices.QueryDesigners.dll)

構文

'宣言
ReadOnly Property ToolBar As Control 
    Get
'使用
Dim instance As IQueryDesigner 
Dim value As Control 

value = instance.ToolBar
Control ToolBar { get; }
property Control^ ToolBar {
    Control^ get ();
}
abstract ToolBar : Control
function get ToolBar () : Control

プロパティ値

型: System.Windows.Forms.Control
Control オブジェクトです。

関連項目

参照

IQueryDesigner インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間