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

Gets the KPIs for a specified scorecard.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetKpisFromScorecard ( _
    guid As Guid _
) As KpiCollection
'Usage
Dim instance As PmService
Dim guid As Guid
Dim returnValue As KpiCollection

returnValue = instance.GetKpisFromScorecard(guid)
[WebMethodAttribute] 
public KpiCollection GetKpisFromScorecard (
    Guid guid
)

Parameters

  • guid
    The ID of the scorecard that the KPIs are retrieved from.

Return Value

A collection of KPIs.

See Also

Reference

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