Partager via


Énumération ToolBarItem

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.

Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs membres.

Espace de noms :  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly :  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
<FlagsAttribute> _
Public Enumeration ToolBarItem
'Utilisation
Dim instance As ToolBarItem
[FlagsAttribute]
public enum ToolBarItem
[FlagsAttribute]
public enum class ToolBarItem
[<FlagsAttribute>]
type ToolBarItem
public enum ToolBarItem

Membres

Nom de membre 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.

Notes

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.