Compartilhar via


Propriedade do RDL QueryDesigner

The control to use for the query designer interface in Report Manager or Report Builder.

Namespace:  Microsoft.ReportingServices.Interfaces
Assembly:  Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxe

'Declaração
ReadOnly Property QueryDesigner As Control
    Get
'Uso
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

Valor da propriedade

Tipo: System.Windows.Forms. . :: . .Control
A Control object.

Comentários

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