Kpi.Actuals property

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

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

Syntax

'Declaration
Public Overridable ReadOnly Property Actuals As ActualCollection
    Get
'Usage
Dim instance As Kpi
Dim value As ActualCollection

value = instance.Actuals
public virtual ActualCollection Actuals { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.ActualCollection
The actuals for this KPI, which are represented by KpiMeasure objects.

See also

Reference

Kpi class

Kpi members

Microsoft.PerformancePoint.Scorecards namespace