ReportViewerWebPart.DockToolBar Property

Definition

Gets or sets the docking location of the toolbar.

public:
 property Microsoft::ReportingServices::SharePoint::UI::WebParts::DockToolBarLocation DockToolBar { Microsoft::ReportingServices::SharePoint::UI::WebParts::DockToolBarLocation get(); void set(Microsoft::ReportingServices::SharePoint::UI::WebParts::DockToolBarLocation value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public Microsoft.ReportingServices.SharePoint.UI.WebParts.DockToolBarLocation DockToolBar { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.DockToolBar : Microsoft.ReportingServices.SharePoint.UI.WebParts.DockToolBarLocation with get, set
Public Property DockToolBar As DockToolBarLocation

Property Value

A DockToolBarLocation enumeration value.

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Applies to