IBIMonitoringStore.CreateDashboard Method
Saves a dashboard object as a content type in a SharePoint list.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function CreateDashboard ( _
listUrl As String, _
dashboard As Dashboard _
) As Dashboard
'Usage
Dim instance As IBIMonitoringStore
Dim listUrl As String
Dim dashboard As Dashboard
Dim returnValue As Dashboard
returnValue = instance.CreateDashboard(listUrl, _
dashboard)
Dashboard CreateDashboard(
string listUrl,
Dashboard dashboard
)
Parameters
listUrl
Type: System.StringThe server-relative URL of the SharePoint list to save the object to. Example: /BI Center/Lists/PerformancePoint Content.
dashboard
Type: Microsoft.PerformancePoint.Scorecards.DashboardThe dashboard object to save, which specifies a value for the required Name property.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Dashboard
The new object.