Share via


ConfiguredView.GetIndicatorLocations method

Returns the locations of all trend and override indicators that are referenced directly by this view.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetIndicatorLocations As List(Of RepositoryLocation)
'Usage
Dim instance As ConfiguredView
Dim returnValue As List(Of RepositoryLocation)

returnValue = instance.GetIndicatorLocations()
public List<RepositoryLocation> GetIndicatorLocations()

Return value

Type: System.Collections.Generic.List<RepositoryLocation>
A list of the indicator locations.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace