ConnectionData Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the contextual information of a scorecard cell.
The ConnectionData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ConnectionData | Initializes a new instance of the ConnectionData class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ActualValue | Gets or sets the formatted actual value text that is associated with the selected cell. |
![]() |
AggregationDisplayName | Gets or sets the display text that represents the aggregation type of the selected cell. |
![]() |
ColumnPath | Gets or sets the string representation of the column path to the selected cell. |
![]() |
ColumnSlices | Gets or sets the collection of members from the column axis for slicing the cell data. |
![]() |
ColumnType | Gets or sets the column type of the selected cell. |
![]() |
Comments | Gets or sets the comments that are associated with the selected cell. |
![]() |
ConfiguredViewId | This property is not used by the ConnectionData class. |
![]() |
InBand | Gets or sets the index from the indicator band that is associated with the selected cell. |
![]() |
IsAggregation | Gets or sets a Boolean value that indicates whether the metric in the cell is from an aggregation column. |
![]() |
IsColumnHeader | Gets or sets a Boolean value that indicates whether the cell is a column header cell. |
![]() |
IsRowHeader | Gets or sets a Boolean value that indicates whether the cell is a row header cell. |
![]() |
IsTrend | Gets or sets a Boolean value that indicates whether the metric in the cell is a trend aggregation. |
![]() |
PageFilters | Gets or sets a collection of members that slices the scorecard. |
![]() |
PropertyDisplayValue | Gets or sets the display name for the property if the cell is from a property column. |
![]() |
RowPath | Gets or sets the string representation of the row path to the selected cell. |
![]() |
RowSlices | Gets or sets the collection of members from the row axis for slicing the cell data. |
![]() |
RowType | Gets or sets the row type of the selected cell. |
![]() |
Score | Gets or sets the score for the selected cell. |
![]() |
ScorecardLocation | This property is not used by the ConnectionData class. |
![]() |
SelectedColumnId | This property is not used by the ConnectionData class. |
![]() |
SelectedKpiLocation | Gets or sets the location in the repository of the KPI that is associated with the selected cell. |
![]() |
SelectedKpiMeasureId | Gets or sets the GUID of the measure that is associated with the selected cell. |
![]() |
SelectedRowId | This property is not used by the ConnectionData class. |
![]() |
TargetValue | Gets or sets the target value if the selected cell has a target. |
![]() |
VarianceText | Gets or sets the variance text for the selected cell if the cell has a variance. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
HasRowOrColumnType | Determines whether the column or row header of the cell is the specified type. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top