ConfiguredView.GetKpiLocations Method
Returns the locations of all the KPIs in this view.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetKpiLocations As List(Of RepositoryLocation)
'Usage
Dim instance As ConfiguredView
Dim returnValue As List(Of RepositoryLocation)
returnValue = instance.GetKpiLocations()
public List<RepositoryLocation> GetKpiLocations()
Return Value
Type: System.Collections.Generic.List<RepositoryLocation>
A list of the KPI locations.