GridViewData members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the data structure and dataset for a grid-based scorecard view.

The GridViewData type exposes the following members.

Constructors

  Name Description
Public method GridViewData() Initializes a new instance of the GridViewData class.
Public method GridViewData(GridViewData) Initializes a new instance of the GridViewData class, based on another GridViewData object.

Top

Properties

  Name Description
Public property Cached Gets or sets a Boolean value that indicates whether this object was retrieved from the cache.
Public property CacheExpiration Gets or sets the timestamp for when this object becomes invalid.
Public property Cells Gets or sets the cell set for the scorecard view.
Public property DefaultCellFormatInfo Gets or sets the default formatting settings for scorecard cells.
Public property DefaultColumnHeaderFormatInfo Gets or sets the default format settings for column header cells.
Public property DefaultRollupIndicatorId Gets or sets the identifier of the default indicator for rollup calculations.
Public property DefaultRollupIndicatorLocation Gets or sets the location of the indicator that is used by default for rollup calculations.
Public property DefaultRowHeaderFormatInfo Gets or sets the default format settings for row header cells.
Public property EmptyCell Gets or sets the string to display in cells that are empty.
Public property InvalidCell Gets or sets the string to display in cells that have invalid contents.
Public property LastAnnotationUpdatedOn Gets or sets the timestamp for the last time an annotation (comment) was updated on the scorecard.
Public property PageFilters Gets or sets the collection of members used to slice the scorecard values.
Public property PerUserTransforms This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property PostQueryTransforms Gets or sets a set of transform operations that are applied to this object after retrieving data from the data source.
Public property PreQueryTransforms Gets or sets a set of transform operations that are applied to this object immediately before retrieving data from the data source.
Public property PreRenderTransforms Gets or sets a set of transform operations that are applied to this object prior to rendering the scorecard.
Public property RootColumnHeader Gets or sets the root cell of the column header tree.
Public property RootRowHeader Gets or sets the root cell of the row header tree.
Public property ScorecardLocation Gets or sets the location of the scorecard object in the repository.
Public property ScorecardViewId Gets or sets the identifier of the ConfiguredView instance that is associated with the scorecard.
Public property TICurrentDateTime Gets or sets the value that is passed from a Time Intelligence filter to the scorecard's Current Date Time endpoint.
Public property TIFormula Gets or sets the value that is passed from a Time Intelligence filter to the scorecard's TI Formula endpoint.

Top

Methods

  Name Description
Public method ApplyPerUserTransforms This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public method ApplyPreRenderTransforms Runs PreRender transforms on the scorecard view.
Public method Clone Performs a deep clone of this object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetColumnCells Gets all the cells in a column for the specified header.
Public method GetHashCode (Inherited from Object.)
Public method GetRowCells Gets all the cells in a row for the specified header.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ResolveFormattingInfo Resolves formatting information for headers and cells.
Public method ToString (Inherited from Object.)
Public method Transpose This object, member, or enumeration is deprecated and is not intended to be used in your code.

Top

See also

Reference

GridViewData class

Microsoft.PerformancePoint.Scorecards namespace