StrategyMapToolbarOptions Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the display settings for the Strategy Map report toolbar.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
<FlagsAttribute> _
Public Enumeration StrategyMapToolbarOptions
'Usage
Dim instance As StrategyMapToolbarOptions
[SerializableAttribute]
[FlagsAttribute]
public enum StrategyMapToolbarOptions
Members
Member name | Description | |
---|---|---|
None | Represents the setting to not show any toolbar features. | |
ShowToolbar | Represents the setting to show the toolbar. | |
ShowPage | Represents the setting to show the page. | |
ShowScrollbars | Represents the setting to show the scrollbars. | |
ShowPageTabs | Represents the setting to show page tabs. |