Propriedade do RDL IQueryDesigner.ToolBar
The toolbar to use for the designer interface.
Namespace: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (em Microsoft.ReportingServices.QueryDesigners.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Windows.Forms.Control
A Control object.