ToolBarItem Enumeration

Represents the available toolbar items in the Report Viewer Web Part. This enumeration applies the System.FlagsAttribute attribute, which allows you to perform bitwise operations to combine its member values. It is referenced by the ToolBarItemsDisplayMode property, which defines the visibility of individual toolbar items.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ToolBarItem
'Usage
Dim instance As ToolBarItem
[FlagsAttribute]
public enum ToolBarItem
[FlagsAttribute]
public enum class ToolBarItem
[<FlagsAttribute>]
type ToolBarItem
public enum ToolBarItem

Members

Member name Description
All Display all toolbar items.
Back The Back button.

The field value is 1.

Find The text search controls.

The field value is 2.

PageNavigation The page navigation controls.

The field value is 4.

Refresh The Refresh button.

The field value is 8.

Zoom The Zoom list box.

The field value is 16.

AtomFeed The Atom Feed button.

The field value is 32.

Print The Print menu option in Actions.

The field value is 64.

Export The Export submenu in Actions.

The field value is 128.

ReportBuilder The Open with Report Builder menu option in Actions.

The field value is 256.

Subscription The Subscribe menu option in Actions.

The field value is 512.

Remarks

The AtomFeed, ReportBuilder, and Subscription flags are applicable only when your SharePoint environment is integrated with an instance of SQL Server 2008 R2 Reporting Services and when Reporting Services features are activated for your site collection.