Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a report that is processed on the report server.
The following tables list the members exposed by the ServerReport type.
Public Constructors
| Name | Description | |
|---|---|---|
| .gif) | ServerReport | Initializes a new instance of the ServerReport class. | 
Top
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | Cookies | Gets a collection of Cookie objects. The ServerReport object uses the cookies in this collection when making server requests. | 
| .gif) | DisplayName | Gets or sets the display name of the report.(Inherited from Report.) | 
| .gif) | Headers | Gets a collection of strings that contain custom headers. | 
| .gif) | HistoryId | Gets or sets the unique identifier of the report history snapshot used for the server report. | 
| .gif) | IsDrillthroughReport | Indicates whether the report is a drillthrough report.(Inherited from Report.) | 
| .gif) | IsReadyForRendering | Gets a Boolean value that indicates whether a report definition and all parameters have been specified, and all data sources are ready for use. (Inherited from Report.) | 
| .gif) | ReportPath | Gets or sets the path to the report on the server. | 
| .gif) | ReportServerCredentials | Gets or sets the credentials to be used with the report server. | 
| .gif) | ReportServerUrl | Gets or sets the URL for the report server. | 
| .gif) | Timeout | Gets or sets the number of milliseconds to wait for server communications. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (Inherited from Object.) | 
| .gif) | GetDataSources | Overloaded. Retrieves information about data sources used for a report. | 
| .gif) | GetDefaultPageSettings | Overridden. Gets the default page settings specified in the report definition. | 
| .gif) | GetDocumentMap | Returns the representation of the document map for the local report.(Inherited from Report.) | 
| .gif) | GetExecutionId | Returns the current execution ID, or null (Nothing in Visual Basic) if no execution ID is available. | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetParameters | Overridden. Returns report parameter properties for the report. | 
| .gif) | GetServerVersion | Returns the version of the report server. | 
| .gif) | GetTotalPages | Overloaded. Returns the total number of soft pages in the report. | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | IsQueryExecutionAllowed | Indicates whether the report can execute queries. | 
| .gif) | ListRenderingExtensions | Overridden. Returns all available rendering extensions for the server report. | 
| .gif) | LoadReportDefinition | Overloaded. | 
| .gif)  .gif) | ReferenceEquals | (Inherited from Object.) | 
| .gif) | Refresh | Overridden. Causes the report to be rendered with new data. | 
| .gif) | Render | Overloaded. | 
| .gif) | RenderStream | Returns a secondary stream associated with a processed report. | 
| .gif) | SetDataSourceCredentials | Sets the data source credentials for the report. | 
| .gif) | SetExecutionId | Initializes a server report using a specific report execution on the server. | 
| .gif) | SetParameters | Overloaded. Overridden. Sets report parameter properties for the report. | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .png)  .gif) | System.Runtime.Serialization.ISerializable.GetObjectData | 
Top