Dashboard.CreateNew Method (Microsoft.PerformancePoint.Scorecards)
Creates a new dashboard that is initialized with a random GUID.
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
A new Dashboard.
See Also
Reference
Dashboard Class
Dashboard Members
Microsoft.PerformancePoint.Scorecards Namespace