ExcelServicesViewOptions Enumeration (Microsoft.PerformancePoint.Scorecards)

Defines the Excel Services Web part view options.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

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

Members

  Member name Description
AllowFiltering Allows users to filter when using Autofilter, lists, and PivotTable reports.  
AllowHyperlinks Enables or disables the hyperlinks to locations in the workbook, Web pages, or other documents.  
AllowInteractivity Allows users to interact with the workbook.  
AllowParameterModification Allows users to view and change filters.  
AllowPeriodicRefresh Enables or prevents the Excel Web renderer from performing a periodic refresh of an external data source with an interval defined in the data connection.  
AllowPivotSpecificOperations Allows users to drill, find members, and take actions in PivotTable reports and sheet data.  
AllowSorting Allows users to sort when using Autofilter, lists, and PivotTable reports.  
CloseWorkbookSessions Closes the current workbook before opening a new one.  
ShowWorkbookParameters If enabled and workbook parameters exist in the workbook, a collapsible pane appears where users can edit workbook parameters.  

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace