ReportViewerWebPart.ToolBarMode Property

Definition

Gets or sets the display mode of the toolbar.

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

Property Value

A ToolBarDisplayMode enumeration value that indicates whether to display no tool bar, a toolbar with navigational controls only, or the full toolbar.

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarks

When ToolBarMode is set to Full, you can further specify the toolbar items to display in the ToolBarItemsDisplayMode property.

Applies to