QueryDesigner Propiedad
The control to use for the query designer interface in Report Manager or Report Builder.
Espacio de nombres: Microsoft.ReportingServices.Interfaces
Ensamblado: Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Windows.Forms. . :: . .Control
A Control object.
Notas
You should implement a Control object that represents the main body of the designer interface.