Share via


KpiValue.Actuals Property

Gets the actuals for the key performance indicator (KPI).

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

Syntax

'Declaration
Public ReadOnly Property Actuals As ActualValueCollection
    Get
'Usage
Dim instance As KpiValue
Dim value As ActualValueCollection

value = instance.Actuals
public ActualValueCollection Actuals { get; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.ActualValueCollection
The actuals for the KPI.

See Also

Reference

KpiValue Class

KpiValue Members

Microsoft.PerformancePoint.Scorecards Namespace