Share via


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.

See also

Reference

Target class

Target members

Microsoft.PerformancePoint.Scorecards namespace