GridViewData Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
GridViewData() | Initializes a new instance of the GridViewData class. | |
GridViewData(GridViewData) | Initializes a new instance of the GridViewData class, based on another GridViewData object. |
Top
Properties
Name | Description | |
---|---|---|
Cached | Gets or sets a Boolean value that indicates whether this object was retrieved from the cache. | |
CacheExpiration | Gets or sets the timestamp for when this object becomes invalid. | |
Cells | Gets or sets the cell set for the scorecard view. | |
DefaultCellFormatInfo | Gets or sets the default formatting settings for scorecard cells. | |
DefaultColumnHeaderFormatInfo | Gets or sets the default format settings for column header cells. | |
DefaultRollupIndicatorId | Gets or sets the identifier of the default indicator for rollup calculations. | |
DefaultRollupIndicatorLocation | Gets or sets the location of the indicator that is used by default for rollup calculations. | |
DefaultRowHeaderFormatInfo | Gets or sets the default format settings for row header cells. | |
EmptyCell | Gets or sets the string to display in cells that are empty. | |
InvalidCell | Gets or sets the string to display in cells that have invalid contents. | |
LastAnnotationUpdatedOn | Gets or sets the timestamp for the last time an annotation (comment) was updated on the scorecard. | |
PageFilters | Gets or sets the collection of members used to slice the scorecard values. | |
PerUserTransforms | This object, member, or enumeration is deprecated and is not intended to be used in your code. | |
PostQueryTransforms | Gets or sets a set of transform operations that are applied to this object after retrieving data from the data source. | |
PreQueryTransforms | Gets or sets a set of transform operations that are applied to this object immediately before retrieving data from the data source. | |
PreRenderTransforms | Gets or sets a set of transform operations that are applied to this object prior to rendering the scorecard. | |
RootColumnHeader | Gets or sets the root cell of the column header tree. | |
RootRowHeader | Gets or sets the root cell of the row header tree. | |
ScorecardLocation | Gets or sets the location of the scorecard object in the repository. | |
ScorecardViewId | Gets or sets the identifier of the ConfiguredView instance that is associated with the scorecard. | |
TICurrentDateTime | Gets or sets the value that is passed from a Time Intelligence filter to the scorecard's Current Date Time endpoint. | |
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 | |
---|---|---|
ApplyPerUserTransforms | This object, member, or enumeration is deprecated and is not intended to be used in your code. | |
ApplyPreRenderTransforms | Runs PreRender transforms on the scorecard view. | |
Clone | Performs a deep clone of this object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetColumnCells | Gets all the cells in a column for the specified header. | |
GetHashCode | (Inherited from Object.) | |
GetRowCells | Gets all the cells in a row for the specified header. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ResolveFormattingInfo | Resolves formatting information for headers and cells. | |
ToString | (Inherited from Object.) | |
Transpose | This object, member, or enumeration is deprecated and is not intended to be used in your code. |
Top