ReportView.GetChildFCOLocations method

Returns a list of the locations of the data sources for Analytic Chart, Analytic Grid, and Strategy Map reports.

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 ReportView
Dim returnValue As List(Of RepositoryLocation)

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

Return value

Type: System.Collections.Generic.List<RepositoryLocation>
A list of the locations of the data sources for Analytic Chart, Analytic Grid, and Strategy Map reports.

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace