SqlReportViewData Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents information about a Reporting Services report.
The SqlReportViewData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SqlReportViewData | Initializes a new instance of the SqlReportViewData class. |
Top
Properties
Name | Description | |
---|---|---|
DocMapId | Gets or sets the identifier of the DocMap. | |
Format | Gets or sets the format. | |
ReportMode | Gets or sets the server mode. | |
ReportName | Gets or sets the name of the report. | |
ReportPath | Gets or sets the path of the report when the server is in ReportCenter mode. | |
ReportUrl | Gets or sets the URL of the report when the server is in SharepointIntegrated mode. | |
Section | Gets or sets the section. | |
ServerAddress | Gets or sets the server address when the server is in ReportCenter mode. | |
ServerUrl | Gets or sets the server address when the server is in SharepointIntegrated mode. | |
ShowDocMap | Gets or sets a Boolean value that indicates whether the DocMap toolbar is shown. | |
ShowParameters | Gets or sets a Boolean value that indicates whether the parameter toolbar is shown. | |
ShowToolbar | Gets or sets a Boolean value that indicates whether the toolbar is shown. | |
Zoom | Gets or sets the zoom setting. |
Top
Methods
Name | Description | |
---|---|---|
BuildUrl | Builds the URL needed to access the specified report. | |
Clone | Performs a deep copy of this object. | |
CopyFrom | Copies from another object of the same type. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetParameterPropertyUniqueName | Returns the unique name of the parameter property, based on the specified server mode and index. | |
GetType | (Inherited from Object.) | |
IsAReportProperty | Determines whether a property is a valid parameter property of the report, based on the server mode. | |
IsAReportPropertyNameMatch | Determines whether a property is a valid parameter property of the report, based on the server mode and specified index. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ReportMode_ReportCenterUniqueParameterId | Represents the unique name prefix to identify a report parameter in ReportCenter mode. | |
ReportMode_SharepointIntegratedUniqueParameterId | Represents the unique name prefix to identify a report parameter in SharepointIntegrated mode. | |
UniqueParameterId | Represents the unique name prefix to identify a report parameter. |
Top