다음을 통해 공유


DockToolBar 속성

Gets or sets the docking location of the toolbar.

네임스페이스:  Microsoft.ReportingServices.SharePoint.UI.WebParts
어셈블리:  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
<WebPartStorageAttribute(Storage.Shared)> _
Public Property DockToolBar As DockToolBarLocation
    Get
    Set
‘사용 방법
Dim instance As ReportViewerWebPart
Dim value As DockToolBarLocation

value = instance.DockToolBar

instance.DockToolBar = value
[WebPartStorageAttribute(Storage.Shared)]
public DockToolBarLocation DockToolBar { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property DockToolBarLocation DockToolBar {
    DockToolBarLocation get ();
    void set (DockToolBarLocation value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member DockToolBar : DockToolBarLocation with get, set
function get DockToolBar () : DockToolBarLocation
function set DockToolBar (value : DockToolBarLocation)