Share via


GridViewDefinition members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the design-time definition of a scorecard view.

The GridViewDefinition type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property CellBorderColor Gets or sets the border color of the scorecard cells.
Public property CornerCellFormatInfo Gets or sets the format setting for the top left cell of the scorecard.
Public property DefaultCellBorderColor Gets or sets the default color of scorecard cells.
Public property DefaultCellFormatInfo Gets or sets the default cell format settings.
Public property DefaultColumnHeaderFormatInfo Gets or sets the default format settings for column header cells.
Public property DefaultRollupIndicatorId Gets or sets the identifier of the indicator that is used by default for rollup calculations.
Public property DefaultRollupIndicatorLocation Gets or sets the location of the default indicator that is used 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 if the cell is empty.
Public property InvalidCell Gets or sets the string to display if the cell is invalid.
Public property PerUserTransforms This property is not used by the GridViewDefinition class.
Public property PostQueryTransforms Gets or sets a set of transform operations that are applied to this object after retrieving data from the data sources.
Public property PreQueryTransforms Gets or sets a set of transform operations that are applied to this object immediately before retrieving data from the data sources.
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 ShowGridLines Gets or sets a Boolean value that indicates whether grid lines are displayed.
Public property ShowHiddenHeaders Gets or sets a Boolean value that indicates whether to show hidden headers.
Public property ShowMetricHeaders Gets or sets a Boolean value that indicates whether to show metric headers.
Public property ShowPlusMinus Gets or sets a Boolean value that indicates whether to show the expand/collapse control (+/-).

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HasKpisOnColumns Determines whether the column headers contain any key performance indicator (KPI) nodes.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Transpose Transposes columns and rows.
Public method Validate Validates this object.

Top

See also

Reference

GridViewDefinition class

Microsoft.PerformancePoint.Scorecards namespace