IBIMonitoringStore.CreateDashboard-Methode
Speichert ein Dashboard-Objekt als Inhaltstyp in einer SharePoint-Liste.
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
)
Parameter
listUrl
Typ: System.StringDie serverrelative URL der SharePoint-Liste um das Objekt zu speichern. Beispiel: /BI Center/Lists/PerformancePoint Content.
dashboard
Typ: Microsoft.PerformancePoint.Scorecards.DashboardDer Dashboard-Objekt zu speichern, das einen Wert für die erforderliche Name -Eigenschaft gibt an.
Rückgabewert
Typ: Microsoft.PerformancePoint.Scorecards.Dashboard
Das neue Objekt.