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 |
このページのトップへ