Share via


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.

See also

Reference

Dashboard class

Dashboard members

Microsoft.PerformancePoint.Scorecards namespace