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
Public method GridCell() Initializes a new instance of the GridCell class.
Public method GridCell(GridCell) Initializes a new instance of the GridCell class based on another GridCell object.

Top

Properties

  Name Description
Public property ActualValue Gets or sets the value of the key performance indicator (KPI) actual that corresponds to this cell.
Public property BestChildScore Gets or sets the best score from the cells that are below the current cell and in the same column.
Public property CellAnnotation Gets or sets the cell's annotation instance.
Public property DisplayElements Gets display information for the elements in the cell, which represent cell content such as target and indicator.
Public property FormatInfo Gets or sets the cell’s overriding format settings.
Public property HasAnnotation Gets or sets a Boolean value that indicates whether the cell has an annotation instance.
Public property InBand Gets or sets the in-band value for the indicator.
Public property IndicatorLocation Gets or sets the location of the indicator in the repository.
Public property IsCellEmpty Gets a Boolean value that indicates whether the cell is empty.
Public property IsRollupScore Gets or sets a Boolean value that indicates whether the score for this cell is from a rollup calculation.
Public property IsValidScore Gets or sets a Boolean value that indicates whether the score for this cell is valid.
Public property IsValueInError Gets or sets a Boolean value that indicates whether the value of this cell is in error.
Public property PathHash Gets or sets the path hash for this cell.
Public property Properties Gets or sets the properties of this cell.
Public property ResolvedFormatInfo Gets or sets the resolved format for the cell.
Public property Score Gets or sets the score of this cell.
Public property Tag Gets or sets a general purpose tag for this cell.
Public property Value Gets or sets the value for this cell.
Public property ValueSource Gets or sets the type of calculation used to compute the value for the cell.
Public property Weight Gets or sets the weight of the cell to use in weighted rollup calculations.
Public property 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
Public method Clone Performs a deep clone of this object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

GridCell Class

Microsoft.PerformancePoint.Scorecards Namespace