GridHeaderItem.CreateKpiHeader Method
Creates a header of type Kpi.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function CreateKpiHeader ( _
kpiLocation As RepositoryLocation _
) As GridHeaderItem
'Usage
Dim kpiLocation As RepositoryLocation
Dim returnValue As GridHeaderItem
returnValue = GridHeaderItem.CreateKpiHeader(kpiLocation)
public static GridHeaderItem CreateKpiHeader(
RepositoryLocation kpiLocation
)
Parameters
kpiLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the key performance indicator (KPI) in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.GridHeaderItem
A new header of type Kpi.