Freigeben über


SPDataStore.ExportDashboard-Methode

Exportiert ein Dashboard und speichert die exportierte Datei.

Namespace:  Microsoft.PerformancePoint.Scorecards.Store
Assembly:  Microsoft.PerformancePoint.Scorecards.Store (in Microsoft.PerformancePoint.Scorecards.Store.dll)

Syntax

'Declaration
Public Sub ExportDashboard ( _
    filename As String, _
    siteCollectionUrl As String, _
    itemUrls As List(Of String) _
)
'Usage
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
)

Parameter

  • filename
    Typ: System.String

    Der Pfad und der Dateiname der Exportdatei.

  • siteCollectionUrl
    Typ: System.String

    Der URI des Stamm-Websitesammlung zu importieren. Beispiel: https://servername (nicht https://servername/BI Center)

Implementiert

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

Siehe auch

Referenz

SPDataStore Klasse

SPDataStore-Member

Microsoft.PerformancePoint.Scorecards.Store-Namespace