ReportView Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a report.
The ReportView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportView | Initializes a new instance of the ReportView class. |
Top
Properties
Name | Description | |
---|---|---|
BeginPoints | Gets the beginpoints for a parameter source. | |
CheckedOutTo | Gets or sets the user the object is currently checked out to. (Inherited from FirstClassElement.) | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
ConfiguredViewId | Gets or sets the identifier of the associated ConfiguredView object. | |
ContentType | Gets or sets the type of object. (Inherited from FirstClassElement.) | |
CreatedBy | Gets or sets the user who created this version of the object. (Inherited from FirstClassElement.) | |
CreatedDate | Gets or sets the date that this version of the object was created. (Inherited from FirstClassElement.) | |
CustomData | Stores information used by the report. | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
EndPoints | Gets the collection of endpoints for a parameter destination. | |
Folder | Gets or sets the display folder that contains the object. (Inherited from FirstClassElement.) | |
Guid | Gets or sets the GUID of the object. (Inherited from FirstClassElement.) | |
LastModified | Gets or sets the date and time when the object was last updated. (Inherited from FirstClassElement.) | |
Location | Gets or sets the location of the object in the repository. (Inherited from FirstClassElement.) | |
ModifiedBy | Gets or sets the last user to modify the object. (Inherited from FirstClassElement.) | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
RenderClientSide | Gets or sets a Boolean value that indicates whether the report view is rendered on the client. | |
RendererClassName | Gets or sets the fully qualified name of the Web server control used to render this report. | |
ScorecardLocation | Gets or sets the location of the associated scorecard in the repository. | |
SubTypeId | Gets or sets the identifier of the report type, as defined by the ReportViewNames class. | |
TypeName | Gets or sets the type of report, as defined by the ReportViewNames class. | |
Version | Gets or sets the version number of the object. (Inherited from FirstClassElement.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Overrides Element.Clone().) | |
CompareTo | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CopyFrom | Copies from another object. (Overrides FirstClassElement.CopyFrom(Element).) | |
CreateNew | Creates a new report that is initialized as a PpsReportView content type. | |
Diff | Compares this object with another object and returns the differences. (Overrides FirstClassElement.Diff(Object).) | |
Equals(Object) | (Inherited from Object.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Equals(FirstClassElement) | Determines whether this object is equal to another object of the same type. (Inherited from FirstClassElement.) | |
Equals(ReportView) | Determines whether the current object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetChildFCOLocations | Returns a list of the locations of the data sources for Analytic Chart, Analytic Grid, and Strategy Map reports. (Overrides FirstClassElement.GetChildFCOLocations().) | |
GetHashCode | (Inherited from Object.) | |
GetOlapReportViewData | Returns information about the Analytic Chart or Analytic Grid report query from the CustomData property. | |
GetRendererClassForNativeFCO | Returns the renderer class for a native report. | |
GetStrategyMapViewData | Returns information about the Strategy Map report from the CustomData property. | |
GetType | (Inherited from Object.) | |
GetTypeDisplayName | Gets the name of the report type from resources. | |
HasCustomData | Determines whether this report has custom data defined. | |
InitBeginPoints | Clears the beginpoints from this object. | |
InitEndPoints() | Initializes the endpoints of this object. | |
InitEndPoints(Cube) | Initializes the endpoints of this object. | |
IsAnalyticChartReport | Determines whether the report is of type AnalyticChart. | |
IsAnalyticReport | Determines whether the report is of type AnalyticChart or OLAPGrid. | |
IsNativeFCO | Determines whether the report type is a native type. | |
IsStrategyMapReport | Determines whether the report is of type StrategyMap. | |
MemberwiseClone | (Inherited from Object.) | |
SetAnalyticReportCaption | Sets the specified caption (display name) for the OlapReportViewData object that represents the analytic report query. | |
SetAnalyticReportParentId | Sets the parent location of the analytic report in the OlapReportViewData object that represents the report query. | |
SetOlapReportViewData | Gets the information about the Analytic Chart or Analytic Grid report query from the specified OLAPReportViewData object and saves it to the CustomData property. | |
SetStrategyMapViewData | Gets the information about the Strategy Map report from the specified StrategyMapViewData object and saves it to the CustomData property. | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides FirstClassElement.Validate().) |
Top