LocalReport Members

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

The following tables list the members exposed by the LocalReport type.

Public Constructors

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

Top

Public Properties

  Name Description
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.(Inherited from 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.(Inherited from 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 file system path of the local report.

Top

Public Methods

(see also Protected Methods )

  Name Description
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  Overloaded. (Inherited from 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 in an application domain with limited permissions.
Public method GetDataSourceNames Returns the names of all data sources used within the local report.
Public method GetDefaultPageSettings Overridden. Gets the default page settings specified in the local report.
Public method GetDocumentMap  Returns the representation of the document map for the local report.(Inherited from Report.)
Public method GetHashCode  (Inherited from Object.)
Public method GetParameters Overridden. Returns report parameter properties for the report.
Public method GetTotalPages Overridden. Returns the total number of logical pages in the report.
Public method GetType  (Inherited from Object.)
Public method ListRenderingExtensions Overridden. Returns all available rendering extensions for the local report.
Public method LoadReportDefinition Overloaded.  
Public method LoadSubreportDefinition Overloaded. Loads a subreport definition.
Public methodms255079.static(en-us,VS.90).gif ReferenceEquals  (Inherited from Object.)
Public method Refresh Overridden. Causes the local report to be rendered with new data.
Public method Render Overloaded. Processes the report and renders it in the specified format.
Public method SetParameters Overridden. Sets report parameter properties for the local report.
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

Public Events

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

Top

Explicit Interface Implementations

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

Top

See Also

Reference

LocalReport Class
Microsoft.Reporting.WinForms Namespace