Share via


IQueryDesigner.ToolBar Property

The toolbar to use for the designer interface.

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

Syntax

'Declaration
ReadOnly Property ToolBar As Control 
    Get
'Usage
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

Property Value

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

See Also

Reference

IQueryDesigner Interface

Microsoft.ReportingServices.Interfaces Namespace