RollupTypes enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the calculations used for rollup values for scorecard cells.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration RollupTypes
'Usage
Dim instance As RollupTypes
[SerializableAttribute]
public enum RollupTypes

Members

Member name Description
None Represents no rollup calculation.
AverageWeighted Represents the value of an item based on a weighted average of the values of its child elements.

This score accounts for the weight that is assigned to individual items.

WorstChild Represents the worst score or status of any of the cell’s child elements.
IndicatorCount Represents the count of the status indicators for the cell’s descendants.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace