GridTargetSettings Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents properties and settings for a key performance indicator (KPI) target column.
The GridTargetSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridTargetSettings() | Initializes a new instance of the GridTargetSettings class. | |
GridTargetSettings(GridTargetSettings) | Initializes a new instance of the GridTargetSettings class based on another GridTargetSettings object. |
Top
Properties
Name | Description | |
---|---|---|
CellElements | Gets a list of elements to render in the cell. | |
FilterEmptyRows | Gets or sets a Boolean value that indicates whether to remove empty rows. | |
IgnoreScoreFilter | Gets or sets a Boolean value that indicates whether to consider target values when filtering rows with the score filter. | |
IndicatorSettings | Gets or sets the indicator settings for the cell. | |
Position | Gets or sets the position of the target value in the cells in this column. | |
PositionActual | Gets or sets the position of the actual value in the cells in this column. | |
ScoreSettings | Gets or sets the score settings for the cell. | |
ShowActualAsTarget | Gets or sets a Boolean value that indicates whether to show actual values instead of target values. | |
ShowValue | Gets or sets a Boolean value that indicates whether to show target values. | |
VarianceSettings | Gets or sets the variance settings for this 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