SPDataStore.ExportDashboard - Méthode

Exporte un tableau de bord et enregistre le fichier d'exportation.

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

Syntaxe

'Déclaration
Public Sub ExportDashboard ( _
    filename As String, _
    siteCollectionUrl As String, _
    itemUrls As List(Of String) _
)
'Utilisation
Dim instance As SPDataStore
Dim filename As String
Dim siteCollectionUrl As String
Dim itemUrls As List(Of String)

instance.ExportDashboard(filename, siteCollectionUrl, _
    itemUrls)
public void ExportDashboard(
    string filename,
    string siteCollectionUrl,
    List<string> itemUrls
)

Paramètres

  • filename
    Type : System.String

    Le chemin d'accès et le nom du fichier d'exportation.

  • siteCollectionUrl
    Type : System.String

    L'URI de la collection de sites racine à importer dans. Exemple : https://servername (pas https://servername/BI Center)

Implémentations

IBIMonitoringStore.ExportDashboard(String, String, List<String>)

Voir aussi

Référence

SPDataStore classe

SPDataStore - Membres

Microsoft.PerformancePoint.Scorecards.Store - Espace de noms