IBIMonitoringStore.GetReportView - Méthode
Récupère un rapport à partir d'une liste SharePoint.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Function GetReportView ( _
location As RepositoryLocation _
) As ReportView
'Utilisation
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As ReportView
returnValue = instance.GetReportView(location)
ReportView GetReportView(
RepositoryLocation location
)
Paramètres
location
Type : Microsoft.PerformancePoint.Scorecards.RepositoryLocationL'emplacement de l'état dans la liste SharePoint.
Valeur renvoyée
Type : Microsoft.PerformancePoint.Scorecards.ReportView
Le rapport demandé, ou une référence Null (Rien dans Visual Basic) si elle n'existe pas.