Proprietà ToolBar
The toolbar to use for the designer interface.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
Sintassi
'Dichiarazione
ReadOnly Property ToolBar As Control
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Windows.Forms. . :: . .Control
A Control object.
Vedere anche