다음을 통해 공유


ToolBar 속성

The toolbar to use for the designer interface.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:  Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners

구문

‘선언
ReadOnly Property ToolBar As Control
    Get
‘사용 방법
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

속성 값

형식: System.Windows.Forms. . :: . .Control
A Control object.