ConnectionData.AggregationDisplayName Property
Gets or sets the display text that represents the aggregation type of the selected cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property AggregationDisplayName As String
Get
Set
'Usage
Dim instance As ConnectionData
Dim value As String
value = instance.AggregationDisplayName
instance.AggregationDisplayName = value
public string AggregationDisplayName { get; set; }
Property Value
Type: System.String
The display text that represents the aggregation type of the selected cell.
Remarks
AggregationDisplayName is available only if the cell is part of an aggregation column.