KpiDetailsProperties enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the properties of a KPI Details report.

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

Syntax

'Declaration
Public Enumeration KpiDetailsProperties
'Usage
Dim instance As KpiDetailsProperties
public enum KpiDetailsProperties

Members

Member name Description
ShowCellContext Represents the setting to show the cell context.
ExpandCellContext Represents the setting for the default expansion state for the cell context.
ShowStatusGraph Represents the setting to show the status graph for the key performance indicator (KPI).
ShowIndicatorGraphic Represents the setting to show the indicator icon with the status graph.
ShowActual Represents the setting to show the actual value of the KPI.
ShowCalculation Represents the setting to show the calculation method for the KPI.
ShowDescription Represents the setting to show the description for the KPI.
ShowScore Represents the setting to show the score for the KPI.
ShowThresholdGrid Represents the setting to show the threshold grid for the KPI.
ShowComputedThresholds Represents the setting to show the computed thresholds.

If computed thresholds are not shown, then the report shows percentage values.

ShowVariance Represents the setting to show the variance value for the KPI.
ShowComments Represents the setting to show comments.
ExpandComments Represents the setting for the default expansion state of the comments section.
ShowProperties Represents the setting to show the properties for the KPI.
ExpandProperties Represents the setting for the default expansion state of the properties section.
ShowResponsible Represents the setting to show the owner of the KPI.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace