次の方法で共有


IQueryDesigner.QueryDesigner プロパティ

レポート マネージャーまたはレポート ビルダーのクエリ デザイナーのインターフェイスで使用するコントロールです。

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

構文

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

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

プロパティ値

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

説明

デザイナーのインターフェイスの本体を表す Control オブジェクトを実装する必要があります。

関連項目

参照

IQueryDesigner インターフェイス

Microsoft.ReportingServices.Interfaces 名前空間