GridHeaderItem.CreateAggregateHeader Method
Creates a header of type Aggregate.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function CreateAggregateHeader ( _
aggregateName As String, _
aggregateType As HeaderAggregationTypes _
) As GridHeaderItem
'Usage
Dim aggregateName As String
Dim aggregateType As HeaderAggregationTypes
Dim returnValue As GridHeaderItem
returnValue = GridHeaderItem.CreateAggregateHeader(aggregateName, _
aggregateType)
public static GridHeaderItem CreateAggregateHeader(
string aggregateName,
HeaderAggregationTypes aggregateType
)
Parameters
aggregateName
Type: System.StringThe name of the aggregate.
aggregateType
Type: Microsoft.PerformancePoint.Scorecards.HeaderAggregationTypesThe type of aggregate.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItem
A new header of type Aggregate.