Share via


PmService.CreateScorecard Method (Microsoft.PerformancePoint.Scorecards.Server)

Creates a new scorecard.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub CreateScorecard ( _
    scorecard As Scorecard _
)
'Usage
Dim instance As PmService
Dim scorecard As Scorecard

instance.CreateScorecard(scorecard)
[WebMethodAttribute] 
public void CreateScorecard (
    Scorecard scorecard
)

Parameters

  • scorecard
    The new scorecard.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace