ScorecardNodeTypes Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of scorecard node or header.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ScorecardNodeTypes
'Usage
Dim instance As ScorecardNodeTypes
[FlagsAttribute]
public enum ScorecardNodeTypes
Members
Member name | Description | |
---|---|---|
None | Represents an unknown type. | |
Member | Represents a dimension member header. | |
Kpi | Represents a key performance indicator (KPI) header. | |
KpiActual | Represents a key performance indicator (KPI) actual header. | |
KpiTarget | Represents a key performance indicator (KPI) target header. | |
ScorecardDetails | Represents additional properties of scorecard elements. | |
DocumentLinks | Represents links to other elements. | |
NamedSet | Represents a named set header. | |
Aggregate | Represents an aggregate header. |