言語

IQueryDesigner.QueryDesigner プロパティ

定義

Report ManagerやReport Builderのクエリデザイナーインターフェースに使うコントロールです。

public:
 property System::Windows::Forms::Control ^ QueryDesigner { System::Windows::Forms::Control ^ get(); };
public System.Windows.Forms.Control QueryDesigner { get; }
member this.QueryDesigner : System.Windows.Forms.Control
Public ReadOnly Property QueryDesigner As Control

プロパティ値

Control オブジェクト。

注釈

デザイナーインターフェースのメインボディを表す Control オブジェクトを実装すべきです。

適用対象