Report Members
Contains methods and properties that can apply to both local and server reports.
The following tables list the members exposed by the Report type.
Public Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name of the report. | |
IsDrillthroughReport | Indicates whether the report is a drillthrough report. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetDefaultPageSettings | Gets the default page settings specified in the report. | |
GetDocumentMap | Returns the representation of the document map for the local report. | |
GetHashCode | (Inherited from Object.) | |
GetParameters | Returns report parameter properties for the report. | |
GetTotalPages | Returns the total number of logical pages in the report. | |
GetType | (Inherited from Object.) | |
ListRenderingExtensions | Returns all available rendering extensions for the local report. | |
LoadReportDefinition | Overloaded. Loads a report definition from the local file system. | |
ReferenceEquals | (Inherited from Object.) | |
Refresh | Causes the report to be rendered with new data. | |
Render | Processes the report and renders it in the specified format. | |
SetParameters | Sets report parameter properties for the report. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top