Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The control to use for the query designer interface in Report Manager or Report Builder.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Syntax
'Declaration
ReadOnly Property QueryDesigner As Control
Get
'Usage
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
Property Value
Type: System.Windows.Forms.Control
A Control object.
Remarks
You should implement a Control object that represents the main body of the designer interface.