Sdílet prostřednictvím


LocalReport-Member

Represents a report that is processed and rendered locally without connecting to a report server.

In den folgenden Tabellen sind die Member aufgeführt, die durch den Typ LocalReport verfügbar gemacht werden.

Öffentliche Konstruktoren

  Name Beschreibung
Public method LocalReport Initializes a new instance of the LocalReport class.

Oben

Öffentliche Eigenschaften

  Name Beschreibung
Public property DataSources Gets a collection of data sources used by the report.
Public property DisplayName  Gets or sets the display name of the report.(Geerbt von Report.)
Public property EnableExternalImages Indicates whether the report can be rendered if it has external images.
Public property EnableHyperlinks Indicates whether the report can be rendered if it contains hyperlink actions.
Public property IsDrillthroughReport  Indicates whether the report is a drillthrough report.(Geerbt von Report.)
Public property OriginalParametersToDrillthrough Returns the parameters passed from a parent report to a drillthrough report.
Public property ReportEmbeddedResource Gets or sets the name of the report embedded resource.
Public property ReportPath Gets or sets the local file system path of the local report.

Oben

Öffentliche Methoden

(siehe auch Geschützte Methoden )

  Name Beschreibung
Public method AddTrustedCodeModuleInCurrentAppDomain Adds the supplied assembly to the list of assemblies that are trusted to execute in the current AppDomain.
Public method Dispose Releases all resources that are used by the LocalReport object.
Public method Equals  Überladen (Geerbt von Object.)
Public method ExecuteReportInCurrentAppDomain Causes processing extensions and expressions in the report to be executed in the current AppDomain.
Public method ExecuteReportInSandboxAppDomain Causes processing extensions and expressions to be run with limited permissions in an application domain.
Public method GetDataSourceNames Returns the names of all data sources used within the local 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 GetHashCode  (Geerbt von Object.)
Public method GetParameters Überschrieben.Returns report parameter properties for the report.
Public method GetTotalPages Überschrieben.Returns the total number of logical pages in the report.
Public method GetType  (Geerbt von Object.)
Public method ListRenderingExtensions Überschrieben.Returns all available rendering extensions for the local report.
Public method LoadReportDefinition Überladen 
Public method LoadSubreportDefinition ÜberladenLoads a subreport definition.
Public methodStatic ReferenceEquals  (Geerbt von Object.)
Public method Refresh Überschrieben.Causes the local report to be rendered with new data.
Public method Render ÜberladenProcesses the report and renders it in the specified format.
Public method SetParameters Überschrieben.Sets report parameter properties for the local 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

Öffentliche Ereignisse

  Name Beschreibung
Public event SubreportProcessing Occurs when a subreport is processed.

Oben

Explizite Schnittstellenimplementierungen

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

Oben

Siehe auch

Verweis

LocalReport-Klasse
Microsoft.Reporting.WebForms-Namespace