ReportViewerWebPart::ToolBarMode Property

 

Updated: February 25, 2016

Gets or sets the display mode of the toolbar.

Namespace:   Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly:  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

public:
[WebPartStorageAttribute(Storage::Shared)]
property ToolBarDisplayMode ToolBarMode {
	ToolBarDisplayMode get();
	void set(ToolBarDisplayMode value);
}

Property Value

Type: Microsoft.ReportingServices.SharePoint.UI.WebParts::ToolBarDisplayMode

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

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

Return to top
Show: