GridViewDefinition Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
GridViewDefinition() | Initializes a new instance of the GridViewDefinition class. | |
GridViewDefinition(GridViewDefinition) | Initializes a new instance of the GridViewDefinition class based on another GridViewDefinition object. |
Top
Properties
Name | Description | |
---|---|---|
CellBorderColor | Gets or sets the border color of the scorecard cells. | |
CornerCellFormatInfo | Gets or sets the format setting for the top left cell of the scorecard. | |
DefaultCellBorderColor | Gets or sets the default color of scorecard cells. | |
DefaultCellFormatInfo | Gets or sets the default cell format settings. | |
DefaultColumnHeaderFormatInfo | Gets or sets the default format settings for column header cells. | |
DefaultRollupIndicatorId | Gets or sets the identifier of the indicator that is used by default for rollup calculations. | |
DefaultRollupIndicatorLocation | Gets or sets the location of the default indicator that is used for rollup calculations. | |
DefaultRowHeaderFormatInfo | Gets or sets the default format settings for row header cells. | |
EmptyCell | Gets or sets the string to display if the cell is empty. | |
InvalidCell | Gets or sets the string to display if the cell is invalid. | |
PerUserTransforms | This property is not used by the GridViewDefinition class. | |
PostQueryTransforms | Gets or sets a set of transform operations that are applied to this object after retrieving data from the data sources. | |
PreQueryTransforms | Gets or sets a set of transform operations that are applied to this object immediately before retrieving data from the data sources. | |
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. | |
ShowGridLines | Gets or sets a Boolean value that indicates whether grid lines are displayed. | |
ShowHiddenHeaders | Gets or sets a Boolean value that indicates whether to show hidden headers. | |
ShowMetricHeaders | Gets or sets a Boolean value that indicates whether to show metric headers. | |
ShowPlusMinus | Gets or sets a Boolean value that indicates whether to show the expand/collapse control (+/-). |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasKpisOnColumns | Determines whether the column headers contain any key performance indicator (KPI) nodes. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Transpose | Transposes columns and rows. | |
Validate | Validates this object. |
Top