Share via


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.String

    The server-relative URL of the SharePoint list to save the object to. Example: /BI Center/Lists/PerformancePoint Content.

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Dashboard
The new object.

See Also

Reference

IBIMonitoringStore Interface

IBIMonitoringStore Members

Microsoft.PerformancePoint.Scorecards Namespace