Dashboard.GetReportViewLocations - Méthode

Retourne les emplacements des rapports contenus dans le tableau de bord.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Function GetReportViewLocations As List(Of RepositoryLocation)
'Utilisation
Dim instance As Dashboard
Dim returnValue As List(Of RepositoryLocation)

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

Valeur renvoyée

Type : System.Collections.Generic.List<RepositoryLocation>
Les emplacements des rapports contenus dans le tableau de bord.

Voir aussi

Référence

Dashboard classe

Dashboard - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms