ServerReport Properties
Visual Studio 2010
| Name | Description | |
|---|---|---|
| Cookies |
Gets a collection of Cookie objects. The ServerReport object uses the cookies in this collection when making server requests.
|
| DisplayName |
Gets or sets the display name of the report.
(Inherited from
Report.)
|
| Headers |
Gets a collection of strings that contain custom headers.
|
| HistoryId |
Gets or sets the unique identifier of the report history snapshot used for the server report.
|
| IsDrillthroughReport |
Indicates whether the report is a drillthrough report.
(Inherited from
Report.)
|
| 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.)
|
| ReportPath |
Gets or sets the path to the report on the server.
|
| ReportServerCredentials |
Gets or sets the credentials to be used with the report server.
|
| ReportServerUrl |
Gets or sets the URL for the report server.
|
| Timeout |
Gets or sets the number of milliseconds to wait for server communications.
|