Share via


ReportView - Classe

S’applique à : PerformancePoint Services pour SharePoint Server, version Entreprise
Représente un rapport.

Hiérarchie d’héritage

System.Object
  Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.FirstClassElement
      Microsoft.PerformancePoint.Scorecards.ReportView

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ReportView _
    Inherits FirstClassElement _
    Implements IParameterPoint, ICloneable, IDiffable, IEquatable(Of ReportView),  _
    IWebPluggableView, ICustomizableFCO
'Utilisation
Dim instance As ReportView
[SerializableAttribute]
public class ReportView : FirstClassElement, IParameterPoint, 
    ICloneable, IDiffable, IEquatable<ReportView>, IWebPluggableView, 
    ICustomizableFCO

Remarques

Un objet report est un des types d'objets de première classe (FCO) dans PerformancePoint Services. Les rapports sont stockés dans une liste SharePoint (par défaut, la liste de contenu PerformancePoint).

Un scénario de développement pris en charge pour PerformancePoint Services consiste à créer un rapport personnalisé. Pour plus d'informations, consultez Development Scenarios with PerformancePoint Services ou Code Sample: Custom Report, Filter, and Tabular Data Source Objects.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

ReportView - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms