SPDataStore.ExportDashboard method

Exports a dashboard and saves the export file.

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
)

Parameters

  • filename
    Type: System.String

    The path and file name of the export file.

  • siteCollectionUrl
    Type: System.String

    The URI of the root site collection to import to. Example: https://servername (not https://servername/BI Center)

Implements

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

See also

Reference

SPDataStore class

SPDataStore members

Microsoft.PerformancePoint.Scorecards.Store namespace