Propriété IQueryDesigner.ToolBar

The toolbar to use for the designer interface.

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assembly :  Microsoft.ReportingServices.QueryDesigners (en Microsoft.ReportingServices.QueryDesigners.dll)

Syntaxe

'Déclaration
ReadOnly Property ToolBar As Control 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IQueryDesigner Interface

Espace de noms Microsoft.ReportingServices.Interfaces