다음을 통해 공유


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.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

네임스페이스:  Microsoft.ReportingServices.SharePoint.UI.WebParts
어셈블리:  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration ToolBarItem
‘사용 방법
Dim instance As ToolBarItem
[FlagsAttribute]
public enum ToolBarItem
[FlagsAttribute]
public enum class ToolBarItem
[<FlagsAttribute>]
type ToolBarItem
public enum ToolBarItem

멤버

멤버 이름 설명
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.

주의

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.