ActualCollection class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of key performance indicator (KPI) actuals, which are in turn represented by KpiMeasure objects.
Inheritance hierarchy
System.Object
System.Collections.ObjectModel.Collection<KpiMeasure>
System.Collections.ObjectModel.KeyedCollection<Guid, KpiMeasure>
Microsoft.PerformancePoint.Scorecards.ElementCollectionBase<ActualCollection, KpiMeasure>
Microsoft.PerformancePoint.Scorecards.ActualCollection
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ActualCollection _
Inherits ElementCollectionBase(Of ActualCollection, KpiMeasure)
'Usage
Dim instance As ActualCollection
[SerializableAttribute]
public class ActualCollection : ElementCollectionBase<ActualCollection, KpiMeasure>
Remarks
The Kpi.Actuals property stores the ActualCollection that represents the KPI's actuals.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.