Compartir a través de


IQueryDesigner.ToolBar Propiedad

The toolbar to use for the designer interface.

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblado:  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Sintaxis

'Declaración
ReadOnly Property ToolBar As Control 
    Get
'Uso
Dim instance As IQueryDesigner 
Dim value As Control 

value = instance.ToolBar
Control ToolBar { get; }
property Control^ ToolBar {
    Control^ get ();
}
abstract ToolBar : Control
function get ToolBar () : Control

Valor de la propiedad

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

Vea también

Referencia

IQueryDesigner Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces