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 in Microsoft SharePoint Server 2010. 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 Development Scenarios with PerformancePoint Services or PerformancePoint Services 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.