GridHeaderItem.AggregationType Property
Gets or sets the aggregation type.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property AggregationType As HeaderAggregationTypes
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As HeaderAggregationTypes
value = instance.AggregationType
instance.AggregationType = value
public HeaderAggregationTypes AggregationType { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.HeaderAggregationTypes
The aggregation type.
Remarks
This property is used only if the HeaderType property returns the Aggregate field.