Sdílet prostřednictvím


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
Public property Cookies Gets a collection of System.Net.Cookie objects.
Public property DisplayName  Gets or sets the display name of the report.(Geerbt von Report.)
Public property Headers Gets a collection of strings that contain custom headers.
Public property HistoryId Gets or sets the unique identifier of the snapshot used for the server report.
Public property IsDrillthroughReport  Indicates whether the report is a drillthrough report.(Geerbt von Report.)
Public property ReportPath Gets or sets the path to the report on the server.
Public property ReportServerCredentials Gets or sets credentials to be used with the report server.
Public property ReportServerUrl Gets or sets the URL for the report server.
Public property Timeout Gets or sets the number of milliseconds to wait for server communications.

Oben

Öffentliche Methoden

(siehe auch Geschützte Methoden )

  Name Beschreibung
Public method Equals  Überladen (Geerbt von Object.)
Public method GetDataSources ÜberladenRetrieves information about data sources used for a report.
Public method GetDefaultPageSettings Überschrieben.Gets the default page settings specified in the local report.
Public method GetDocumentMap  Returns the representation of the document map for the local report.(Geerbt von Report.)
Public method GetExecutionId Returns the current execution ID, or null (Nothing in Visual Basic) if no execution ID is available.
Public method GetHashCode  (Geerbt von Object.)
Public method GetParameters Überschrieben.Returns report parameter properties for the report.
Public method GetServerVersion Returns the version of the report server.
Public method GetTotalPages Überschrieben.Retrieves the total number of logical pages for the server report.
Public method GetType  (Geerbt von Object.)
Public method IsQueryExecutionAllowed Indicates whether the report can execute queries.
Public method ListRenderingExtensions Überschrieben.Returns all available rendering extensions for the server report.
Public method LoadReportDefinition Überladen 
Public methodStatic ReferenceEquals  (Geerbt von Object.)
Public method Refresh Überschrieben.Causes the report to be rendered with new data.
Public method Render ÜberladenProcesses the report and renders it in the specified format.
Public method RenderStream Returns a secondary stream associated with a processed report.
Public method SetDataSourceCredentials Sets data source credentials for the report.
Public method SetExecutionId Initializes a server report using a specific report execution on the server.
Public method SetParameters Überschrieben.Sets report parameter properties for the report.
Public method ToString  (Geerbt von Object.)

Oben

Geschützte Methoden

  Name Beschreibung
Protected method Finalize  (Geerbt von Object.)
Protected method MemberwiseClone  (Geerbt von Object.)

Oben

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explicit interface implementationMethod System.Runtime.Serialization.ISerializable.GetObjectData  

Oben

Siehe auch

Verweis

ServerReport-Klasse
Microsoft.Reporting.WinForms-Namespace