Share via


Scorecard.CreateNew Method

Creates a scorecard.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Shared Function CreateNew As Scorecard
'Usage
Dim returnValue As Scorecard

returnValue = Scorecard.CreateNew()
public static Scorecard CreateNew()

Return Value

Type: Microsoft.PerformancePoint.Scorecards.Scorecard
A new scorecard that is initialized as a PpsScorecard content type.

Remarks

See the SPDataStore.CreateScorecard(String, Scorecard) method for a code example that uses this method.

See Also

Reference

Scorecard Class

Scorecard Members

Microsoft.PerformancePoint.Scorecards Namespace