GridHeaderItem.AggregationType Property (Microsoft.PerformancePoint.Scorecards)
The aggregation type.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property AggregationType As HeaderAggregationTypes
'Usage
Dim instance As GridHeaderItem
Dim value As HeaderAggregationTypes
value = instance.AggregationType
instance.AggregationType = value
[XmlAttributeAttribute]
public HeaderAggregationTypes AggregationType { get; set; }
Remarks
Used if this is an aggregation header.
See Also
Reference
GridHeaderItem Class
GridHeaderItem Members
Microsoft.PerformancePoint.Scorecards Namespace