Target.IsRollupScore Property
Gets or sets a Boolean value that indicates whether the score of this target is computed by rolling up the scores of child element.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsRollupScore As Boolean
Get
Set
'Usage
Dim instance As Target
Dim value As Boolean
value = instance.IsRollupScore
instance.IsRollupScore = value
public bool IsRollupScore { get; set; }
Property Value
Type: System.Boolean
true if the column's TargetSettings property is used to compute the rolled up score; false if the score is computed from the source data.