ServerReport-Member
Represents a report that is processed and rendered on the report server.
In den folgenden Tabellen sind die Member aufgeführt, die durch den Typ ServerReport verfügbar gemacht werden.
Öffentliche Eigenschaften
Name | Beschreibung | |
---|---|---|
Cookies | Gets a collection of System.Net.Cookie objects. | |
DisplayName | Gets or sets the display name of the report.(Geerbt von 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.(Geerbt von Report.) | |
ReportPath | Gets or sets the path to the report on the server. | |
ReportServerCredentials | Gets or sets 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. |
Oben
Öffentliche Methoden
(siehe auch Geschützte Methoden )
Name | Beschreibung | |
---|---|---|
Equals | Überladen (Geerbt von Object.) | |
GetDataSources | ÜberladenRetrieves information about data sources used for a report. | |
GetDefaultPageSettings | Überschrieben.Gets the default page settings specified in the local report. | |
GetDocumentMap | Returns the representation of the document map for the local report.(Geerbt von Report.) | |
GetExecutionId | Returns the current execution ID, or null (Nothing in Visual Basic) if no execution ID is available. | |
GetHashCode | (Geerbt von Object.) | |
GetParameters | Überschrieben.Returns report parameter properties for the report. | |
GetServerVersion | Returns the version of the report server. | |
GetTotalPages | Überschrieben.Retrieves the total number of logical pages for the server report. | |
GetType | (Geerbt von Object.) | |
IsQueryExecutionAllowed | Indicates whether the report can execute queries. | |
ListRenderingExtensions | Überschrieben.Returns all available rendering extensions for the server report. | |
LoadReportDefinition | Überladen | |
ReferenceEquals | (Geerbt von Object.) | |
Refresh | Überschrieben.Causes the report to be rendered with new data. | |
Render | ÜberladenProcesses 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 | Überschrieben.Sets report parameter properties for the report. | |
ToString | (Geerbt von Object.) |
Oben
Geschützte Methoden
Name | Beschreibung | |
---|---|---|
Finalize | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) |
Oben
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
System.Runtime.Serialization.ISerializable.GetObjectData |
Oben