Share via


Dashboard.GetScorecardLocations method

Returns the locations of the scorecards that are contained by the dashboard.

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

Syntax

'Declaration
Public Function GetScorecardLocations As List(Of RepositoryLocation)
'Usage
Dim instance As Dashboard
Dim returnValue As List(Of RepositoryLocation)

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

Return value

Type: System.Collections.Generic.List<RepositoryLocation>
The locations of the scorecards that are contained by the dashboard.

See also

Reference

Dashboard class

Dashboard members

Microsoft.PerformancePoint.Scorecards namespace