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.