ReportViewCollection class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represent a collection of reports.
Inheritance hierarchy
System.Object
System.Collections.ObjectModel.Collection<ReportView>
System.Collections.ObjectModel.KeyedCollection<RepositoryLocation, ReportView>
Microsoft.PerformancePoint.Scorecards.FirstClassElementCollectionBase<ReportViewCollection, ReportView>
Microsoft.PerformancePoint.Scorecards.ReportViewCollection
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ReportViewCollection _
Inherits FirstClassElementCollectionBase(Of ReportViewCollection, ReportView)
'Usage
Dim instance As ReportViewCollection
[SerializableAttribute]
public class ReportViewCollection : FirstClassElementCollectionBase<ReportViewCollection, ReportView>
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.