ServerReport 成员
Represents a report that is processed and rendered on the report server.
以下各表列出了由 ServerReport 类型公开的成员。
公共属性
名称 | 说明 | |
---|---|---|
Cookies | Gets a collection of System.Net.Cookie objects. | |
DisplayName | Gets or sets the display name of the report.(继承自 Report。) | |
Headers | Gets a collection of strings that contain custom headers. | |
HistoryId | Gets or sets the unique identifier of the snapshot used for the server report. | |
IsDrillthroughReport | Indicates whether the report is a drillthrough report.(继承自 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. |
顶部
公共方法
(另请参见 受保护的方法 )
名称 | 说明 | |
---|---|---|
Equals | 已重载。 (继承自 Object。) | |
GetDataSources | 已重载。Retrieves information about data sources used for a report. | |
GetDefaultPageSettings | 已重写。Gets the default page settings specified in the local report. | |
GetDocumentMap | Returns the representation of the document map for the local report.(继承自 Report。) | |
GetExecutionId | Returns the current execution ID, or null (Nothing in Visual Basic) if no execution ID is available. | |
GetHashCode | (继承自 Object。) | |
GetParameters | 已重写。Returns report parameter properties for the report. | |
GetServerVersion | Returns the version of the report server. | |
GetTotalPages | 已重写。Retrieves the total number of logical pages for the server report. | |
GetType | (继承自 Object。) | |
IsQueryExecutionAllowed | Indicates whether the report can execute queries. | |
ListRenderingExtensions | 已重写。Returns all available rendering extensions for the server report. | |
LoadReportDefinition | 已重载。 | |
ReferenceEquals | (继承自 Object。) | |
Refresh | 已重写。Causes the report to be rendered with new data. | |
Render | 已重载。Processes the report and renders it in the specified format. | |
RenderStream | Returns a secondary stream associated with a processed report. | |
SetDataSourceCredentials | Sets data source credentials for the report. | |
SetExecutionId | Initializes a server report using a specific report execution on the server. | |
SetParameters | 已重写。Sets report parameter properties for the report. | |
ToString | (继承自 Object。) |
顶部
受保护的方法
名称 | 说明 | |
---|---|---|
Finalize | (继承自 Object。) | |
MemberwiseClone | (继承自 Object。) |
顶部
显式接口实现
名称 | 说明 | |
---|---|---|
System.Runtime.Serialization.ISerializable.GetObjectData |
顶部