Compartilhar via


Dashboard.GetChildFCOLocations Method

Returns the locations of the scorecard, report, and filter objects that are contained by the dashboard.

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

Syntax

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

returnValue = instance.GetChildFCOLocations()
public override List<RepositoryLocation> GetChildFCOLocations()

Return Value

Type: System.Collections.Generic.List<RepositoryLocation>
The locations of the scorecard, report, and filter objects that are contained by the dashboard.

See Also

Reference

Dashboard Class

Dashboard Members

Microsoft.PerformancePoint.Scorecards Namespace