ReportView class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a report.

Inheritance hierarchy

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

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

Remarks

A report object is one of the first class object (FCO) types in PerformancePoint Services. Reports are stored in a SharePoint list (by default, the PerformancePoint Content List).

A supported development scenario for PerformancePoint Services is to create a custom report. For more information, see PerformancePoint Services in SharePoint 2013 or Code Sample: Custom Report, Filter, and Tabular Data Source Objects.

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.

See also

Reference

ReportView members

Microsoft.PerformancePoint.Scorecards namespace