ReportViewInstanceCollection Members (Microsoft.PerformancePoint.Scorecards)

Represents a ReportViewInstance collection contained by a KPI, scorecard, or KPI group.

The following tables list the members exposed by the ReportViewInstanceCollection type.

Public Constructors

  Name Description
Public method ReportViewInstanceCollection Initializes a new instance of the ReportViewInstanceCollection class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Public property Comparer  (inherited from KeyedCollection)
Public property Count  (inherited from Collection)
Public property Item  Overloaded. (inherited from ElementCollection)

Top

Protected Properties

  Name Description
Protected property Dictionary  (inherited from KeyedCollection)
Protected property Items  (inherited from Collection)

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Add  (inherited from Collection)
Public method AddRange  (inherited from ElementCollection)
Public method Clear  (inherited from Collection)
Public method Clone  Performs a deep copy of the collection. (inherited from ElementCollection)
Public method Contains  (inherited from KeyedCollection)
Public method CopyTo  (inherited from Collection)
Public method Diff  Compares this collection with another collection and returns the differences. (inherited from ElementCollection)
Public method Equals  Overloaded. (inherited from Object)
Public method Exists  (inherited from ElementCollection)
Public method ForEach  (inherited from ElementCollection)
Public method GetElementEnumerable  Gets an enumerator for the base element collection. (inherited from ElementCollection)
Public method GetEnumerator  (inherited from Collection)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method IndexOf  (inherited from Collection)
Public method IndexOfGuid  (inherited from ElementCollection)
Public method IndexOfName  (inherited from ElementCollection)
Public method Insert  (inherited from Collection)
Public methodStatic ReferenceEquals  (inherited from Object)
Public method Remove  (inherited from KeyedCollection)
Public method RemoveAt  (inherited from Collection)
Public method Sort  Overloaded. Sorts the collection. (inherited from ElementCollection)
Public method ToString  (inherited from Object)
Public method Validate  Validates this object. (inherited from ElementCollection)

Top

Protected Methods

  Name Description
Protected method ChangeItemKey  (inherited from KeyedCollection)
Protected method ClearItems  (inherited from KeyedCollection)
Protected method Finalize  (inherited from Object)
Protected method GetKeyForItem  Gets the key for the specified element. (inherited from ElementCollection)
Protected method InsertItem  Overloaded. (inherited from ElementCollection)
Protected method MemberwiseClone  (inherited from Object)
Protected method RemoveItem  (inherited from KeyedCollection)
Protected method SetItem  Overloaded. (inherited from ElementCollection)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementationMethod Microsoft.PerformancePoint.Scorecards.IDiffable.Diff  (inherited from ElementCollection)
Explicit interface implementationMethod System.Collections.ICollection.CopyTo  (inherited from Collection)
Explicit interface implementationMethod System.Collections.IEnumerable.GetEnumerator  (inherited from Collection)
Explicit interface implementationMethod System.Collections.IList.Add  (inherited from Collection)
Explicit interface implementationMethod System.Collections.IList.Contains  (inherited from Collection)
Explicit interface implementationMethod System.Collections.IList.IndexOf  (inherited from Collection)
Explicit interface implementationMethod System.Collections.IList.Insert  (inherited from Collection)
Explicit interface implementationMethod System.Collections.IList.Remove  (inherited from Collection)
Explicit interface implementationMethod System.ICloneable.Clone  Performs a deep copy of the collection. (inherited from ElementCollection)
Explicit interface implementationProperty System.Collections.Generic.ICollection.IsReadOnly  (inherited from Collection)
Explicit interface implementationProperty System.Collections.ICollection.IsSynchronized  (inherited from Collection)
Explicit interface implementationProperty System.Collections.ICollection.SyncRoot  (inherited from Collection)
Explicit interface implementationProperty System.Collections.IList.IsFixedSize  (inherited from Collection)
Explicit interface implementationProperty System.Collections.IList.IsReadOnly  (inherited from Collection)
Explicit interface implementationProperty System.Collections.IList.Item  (inherited from Collection)

Top

See Also

Reference

ReportViewInstanceCollection Class
Microsoft.PerformancePoint.Scorecards Namespace