Enumeração 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 enumeração tem um atributo FlagsAttribute que permite uma combinação bit a bit de seus valores de membro.
Namespace: Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintaxe
'Declaração
<FlagsAttribute> _
Public Enumeration ToolBarItem
'Uso
Dim instance As ToolBarItem
[FlagsAttribute]
public enum ToolBarItem
[FlagsAttribute]
public enum class ToolBarItem
[<FlagsAttribute>]
type ToolBarItem
public enum ToolBarItem
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
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.