IBIMonitoringStore.ExportDashboard method

Exports a dashboard and saves the export file.

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

Syntax

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

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)

See also

Reference

IBIMonitoringStore interface

IBIMonitoringStore members

Microsoft.PerformancePoint.Scorecards namespace