Freigeben über


ReportViewCollection-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt eine Auflistung von Berichten.

Vererbungshierarchie

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

ReportViewCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace