ReportViewerWebPart::ToolBarItemsDisplayMode Property

 

Updated: February 25, 2016

Gets or sets a bit flags enumeration value that specifies which toolbar items are displayed when ToolBarMode is set to Full.

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

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

Property Value

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

A bit flags enumeration value that specifies which toolbar items are displayed.

The following samples show how to use the ToolBarItemsDisplayMode property to set the visibility of toolbar items.

No code example is currently available or this language may not be supported.
Return to top
Show: