ToolbarOptions members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the visibility of toolbar options.
The ToolbarOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ToolbarOptions | Initializes a new instance of the ToolbarOptions class. |
Top
Properties
Name | Description | |
---|---|---|
ShowCollapse | Gets or sets the setting that shows the collapse-all toolbar button. | |
ShowDefaultRollup | Gets or sets the setting that shows the default rollup. | |
ShowExpand | Gets or sets the setting to show the expand-all toolbar button. | |
ShowIndicatorCount | Gets or sets the setting to show the indicator count rollup. | |
ShowInlineText | Gets or sets the setting that shows the path to the member or key performance indicator (KPI) when in sort or filter mode. | |
ShowMode | Gets or sets the setting to show the view mode toolbar button. | |
ShowStatusFilter | Gets or sets the setting to show the status filter toolbar button. | |
ShowToolbar | Gets or sets the setting to show the toolbar buttons in the view. | |
ShowToolbarItemsLabel | Gets or sets the setting to show toolbar item labels. | |
ShowToolTips | Gets or sets the setting to show the tooltips for the toolbar items. | |
ShowWorstChildRollup | Gets or sets the setting to show worst child rollup. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CopyFrom | Copies from another object of the same type. | |
Diff | Compares this object with another and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top