IQueryDesigner.QueryDesigner Property

Definition

The control to use for the query designer interface in Report Manager or 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

Property Value

A Control object.

Remarks

You should implement a Control object that represents the main body of the designer interface.

Applies to