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 | |
---|---|---|
LocalReport | Initializes a new instance of the LocalReport class. |
Top
Public Properties
Name | Description | |
---|---|---|
DataSources | Gets a collection of data sources used by the report. | |
DisplayName | Gets or sets the display name of the report.(Inherited from Report.) | |
EnableExternalImages | Indicates whether the report can be rendered if it has external images. | |
EnableHyperlinks | Indicates whether the report can be rendered if it contains hyperlink actions. | |
IsDrillthroughReport | Indicates whether the report is a drillthrough report.(Inherited from Report.) | |
IsReadyForRendering | Gets a Boolean value that indicates whether a report definition and all required parameters have been specified, and all data sources are ready for use. (Inherited from Report.) | |
OriginalParametersToDrillthrough | Returns the parameters passed from a parent report to this report, if it is a drillthrough report. | |
ReportEmbeddedResource | Gets or sets the name of the report-embedded resource. | |
ReportPath | Gets or sets the file system path of the local report. | |
ShowDetailedSubreportMessages | Gets or sets a boolean value that indicates whether detailed messages should be displayed when an error occurs in a subreport. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddFullTrustModuleInSandboxAppDomain | Adds the supplied assembly to the list of assemblies that run in full trust mode in the sandboxed application domain. | |
AddTrustedCodeModuleInCurrentAppDomain | Adds the supplied assembly to the list of assemblies that are trusted to execute in the current AppDomain. Obsolete. | |
Dispose | Releases all resources that are used by the LocalReport object. | |
Equals | Overloaded. (Inherited from Object.) | |
ExecuteReportInCurrentAppDomain | Causes processing extensions and expressions in the report to be executed in the current AppDomain. Obsolete. | |
ExecuteReportInSandboxAppDomain | Causes processing extensions and expressions to be run in an application domain with limited permissions. Obsolete. | |
GetDataSourceNames | Returns the names of all datasets used within the local report. | |
GetDefaultPageSettings | Overridden. Gets the default page settings specified in the local report. | |
GetDocumentMap | Returns the representation of the document map for the local report.(Inherited from Report.) | |
GetHashCode | (Inherited from Object.) | |
GetParameters | Overridden. Returns report parameter properties for the report. | |
GetTotalPages | Overloaded. Returns the total number of soft pages in the report. | |
GetType | (Inherited from Object.) | |
ListRenderingExtensions | Overridden. Returns all available rendering extensions for the local report. | |
LoadReportDefinition | Overloaded. | |
LoadSubreportDefinition | Overloaded. Loads a subreport definition. | |
ReferenceEquals | (Inherited from Object.) | |
Refresh | Overridden. Causes the local report to be rendered with new data. | |
ReleaseSandboxAppDomain | Causes the LocalReport object to release its reference to the sandboxed application domain immediately. | |
Render | Overloaded. | |
SetBasePermissionsForSandboxAppDomain | Sets the base permissions for the sandboxed application domain with the supplied permission set. | |
SetParameters | Overloaded. Overridden. Sets report parameter properties for the local report. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
Public Events
Name | Description | |
---|---|---|
SubreportProcessing | Occurs when a subreport is processed. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Runtime.Serialization.ISerializable.GetObjectData |
Top