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.StringThe path and file name of the export file.
siteCollectionUrl
Type: System.StringThe URI of the root site collection to import to. Example: https://servername (not https://servername/BI Center)
itemUrls
Type: System.Collections.Generic.List<String>The collection of site-relative URIs to export.