Dashboard.GetReportViewLocations Method
Returns the locations of the reports 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 GetReportViewLocations As List(Of RepositoryLocation)
'Usage
Dim instance As Dashboard
Dim returnValue As List(Of RepositoryLocation)
returnValue = instance.GetReportViewLocations()
public List<RepositoryLocation> GetReportViewLocations()
Return Value
Type: System.Collections.Generic.List<RepositoryLocation>
The locations of the reports that are contained by the dashboard.