GridScoreSettings Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents properties and settings for the scores in a key performance indicator (KPI) target column.
The GridScoreSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridScoreSettings() | Initializes a new instance of the GridScoreSettings class. | |
GridScoreSettings(GridScoreSettings) | Initializes a new instance of the GridScoreSettings class based on another GridScoreSettings object. |
Top
Properties
Name | Description | |
---|---|---|
Position | Gets or sets the position of the score. | |
RollupType | Gets or sets the rollup type of the score. | |
ScoreType | Gets or sets the type of score. | |
ShowValue | Gets or sets a Boolean value that indicates whether to show the score in the target column. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
Diff | Compares this object with another object 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