Dashboard.CreateNew Method
Creates a new dashboard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function CreateNew As Dashboard
'Usage
Dim returnValue As Dashboard
returnValue = Dashboard.CreateNew()
public static Dashboard CreateNew()
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Dashboard
A new dashboard that is initialized as a PpsDashboard content type.
Remarks
See the SPDataStore.CreateDashboard(String, Dashboard) method for a code example that uses this method.