IBIMonitoringStore.ExportDashboard - Méthode
Exporte un tableau de bord et enregistre le fichier d'exportation.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Sub ExportDashboard ( _
filename As String, _
siteCollectionUrl As String, _
itemUrls As List(Of String) _
)
'Utilisation
Dim instance As IBIMonitoringStore
Dim filename As String
Dim siteCollectionUrl As String
Dim itemUrls As List(Of String)
instance.ExportDashboard(filename, siteCollectionUrl, _
itemUrls)
void ExportDashboard(
string filename,
string siteCollectionUrl,
List<string> itemUrls
)
Paramètres
filename
Type : System.StringLe chemin d'accès et le nom du fichier d'exportation.
siteCollectionUrl
Type : System.StringL'URI de la collection de sites racine à importer dans. Exemple : https://servername (pas https://servername/BI Center)
itemUrls
Type : System.Collections.Generic.List<String>Collection d'URI à exporter relative du site.