ConfiguredView Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents configuration settings for a scorecard view, such as the end-user actions that are enabled.
The ConfiguredView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfiguredView | Initializes a new instance of the ConfiguredView class. |
Top
Properties
Name | Description | |
---|---|---|
AllowAnnotations | Gets or sets a Boolean value that indicates whether comments are allowed to be entered in scorecard cells. | |
AllowColumnDrill | Gets or sets a Boolean value that indicates whether drilldown is allowed for members in columns. | |
AllowDynamicColumnMemberExpansion | Gets or sets a Boolean value that indicates whether column members in a scorecard are allowed to dynamically expand or collapse. | |
AllowDynamicRowMemberExpansion | Gets or sets a Boolean value that indicates whether row members in a scorecard are allowed to dynamically expand or collapse. | |
AllowFilter | Gets or sets a Boolean value that indicates whether filtering of rows is allowed in the scorecard. | |
AllowRowDrill | Gets or sets a Boolean value that indicates whether drilldown is allowed for members in rows. | |
AllowShowDetails | Gets or sets a Boolean value that indicates whether the Show Details menu option is displayed in the scorecard. | |
AllowSort | Gets or sets a Boolean value that indicates whether sorting of rows is allowed in the scorecard. | |
AllowStatusFilter | Gets or sets a Boolean value that indicates whether filtering by status is allowed in the scorecard. | |
AlwaysShowAnnotationCellFlags | This property is not used. | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
DataSourceLocation | Gets or sets the location of the underlying data source for the scorecard. | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
EmptyRowsFilterMode | Gets or sets the setting that defines how empty rows are handled in the scorecard. | |
EnableTextwrap | Gets or sets a Boolean value that indicates whether the text wraps to multiple lines in the scorecard cells. | |
ExpandToFitWidth | Gets or sets a Boolean value that indicates whether the scorecard expands to fit the width of its container. | |
GridViewDefinition | Gets or sets the definition of the scorecard view. | |
Guid | Gets or sets the unique identifier of the object. (Inherited from SecondClassElement.) | |
HideScorecard | Gets or sets a Boolean value that indicates whether to hide scorecard data in the dashboard. | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
ShowStatusFiltersByDefault | Gets or sets a Boolean value that indicates whether filtering by status is enabled by default. | |
StatusFilters | Gets or sets the list of status filters that can be applied to the scorecard. | |
ToolbarOptions | Gets or sets the configuration for the toolbar displayed in column headers of the scorecard. |
Top
Methods
Name | Description | |
---|---|---|
AssignExpandedPropertyToHeader | Recursively assigns the IsCollapsed property to all the eligible header nodes. | |
Clone | Performs a deep copy of this object. (Overrides Element.Clone().) | |
CompareTo | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CopyFrom | Copies from another object. (Inherited from SecondClassElement.) | |
CreateDefaultConfiguredView | Creates a default configured view. | |
Diff | Compares this object with another object and returns the differences. (Overrides Element.Diff(Object).) | |
Equals(Object) | (Inherited from Object.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Finalize | (Inherited from Object.) | |
GetDependencyVersionIdentifier | Gets a string that represents the versions of all dependencies of this element. | |
GetHashCode | (Inherited from Object.) | |
GetIndicatorLocations | Returns the locations of all trend and override indicators that are referenced directly by this view. | |
GetKpiLocations | Returns the locations of all the KPIs in this view. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides Element.Validate().) |
Top