Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Eigenschaftswert
Typ: System.Windows.Forms.Control
A Control object.