Share via


KpiValue.ComputeScore Method (Microsoft.PerformancePoint.Scorecards)

Computes the banding and score for each target.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub ComputeScore ( _
    isLeaf As Boolean _
)
'Usage
Dim instance As KpiValue
Dim isLeaf As Boolean

instance.ComputeScore(isLeaf)
public void ComputeScore (
    bool isLeaf
)

Parameters

  • isLeaf
    True, if this KpiValue is derived from source data. False, if it is a rolled-up value.

See Also

Reference

KpiValue Class
KpiValue Members
Microsoft.PerformancePoint.Scorecards Namespace