GridCell Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a single cell used by a scorecard or analytic report view.
The GridCell type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridCell() | Initializes a new instance of the GridCell class. | |
GridCell(GridCell) | Initializes a new instance of the GridCell class based on another GridCell object. |
Top
Properties
Name | Description | |
---|---|---|
ActualValue | Gets or sets the value of the key performance indicator (KPI) actual that corresponds to this cell. | |
BestChildScore | Gets or sets the best score from the cells that are below the current cell and in the same column. | |
CellAnnotation | Gets or sets the cell's annotation instance. | |
DisplayElements | Gets display information for the elements in the cell, which represent cell content such as target and indicator. | |
FormatInfo | Gets or sets the cell’s overriding format settings. | |
HasAnnotation | Gets or sets a Boolean value that indicates whether the cell has an annotation instance. | |
InBand | Gets or sets the in-band value for the indicator. | |
IndicatorLocation | Gets or sets the location of the indicator in the repository. | |
IsCellEmpty | Gets a Boolean value that indicates whether the cell is empty. | |
IsRollupScore | Gets or sets a Boolean value that indicates whether the score for this cell is from a rollup calculation. | |
IsValidScore | Gets or sets a Boolean value that indicates whether the score for this cell is valid. | |
IsValueInError | Gets or sets a Boolean value that indicates whether the value of this cell is in error. | |
PathHash | Gets or sets the path hash for this cell. | |
Properties | Gets or sets the properties of this cell. | |
ResolvedFormatInfo | Gets or sets the resolved format for the cell. | |
Score | Gets or sets the score of this cell. | |
Tag | Gets or sets a general purpose tag for this cell. | |
Value | Gets or sets the value for this cell. | |
ValueSource | Gets or sets the type of calculation used to compute the value for the cell. | |
Weight | Gets or sets the weight of the cell to use in weighted rollup calculations. | |
WorstChildScore | Gets or sets the worst score from the cells that are below the current cell and in the same column. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top