Enumeración 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.
Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de los valores de sus miembros.
Espacio de nombres: Microsoft.ReportingServices.SharePoint.UI.WebParts
Ensamblado: Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxis
'Declaración
<FlagsAttribute> _
Public Enumeration ToolBarItem
'Uso
Dim instance As ToolBarItem
[FlagsAttribute]
public enum ToolBarItem
[FlagsAttribute]
public enum class ToolBarItem
[<FlagsAttribute>]
type ToolBarItem
public enum ToolBarItem
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
|
| 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. |
Comentarios
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.