KpiValue.ComputeScore Method
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
Type: System.Booleantrue, if this value is derived from source data; false if it is a rollup value.