Represents a report that is processed and rendered locally without connecting to a report server.
以下各表列出了由 LocalReport 类型公开的成员。
公共构造函数
名称 | 说明 | |
---|---|---|
![]() |
LocalReport | Initializes a new instance of the LocalReport class. |
顶部
公共属性
名称 | 说明 | |
---|---|---|
![]() |
DataSources | Gets a collection of data sources used by the report. |
![]() |
DisplayName | Gets or sets the display name of the report.(继承自 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.(继承自 Report。) |
![]() |
OriginalParametersToDrillthrough | Returns the parameters passed from a parent report to a drillthrough report. |
![]() |
ReportEmbeddedResource | Gets or sets the name of the report embedded resource. |
![]() |
ReportPath | Gets or sets the local file system path of the local report. |
顶部
公共方法
(另请参见 受保护的方法 )
名称 | 说明 | |
---|---|---|
![]() |
AddTrustedCodeModuleInCurrentAppDomain | Adds the supplied assembly to the list of assemblies that are trusted to execute in the current AppDomain. |
![]() |
Dispose | Releases all resources that are used by the LocalReport object. |
![]() |
Equals | 已重载。 (继承自 Object。) |
![]() |
ExecuteReportInCurrentAppDomain | Causes processing extensions and expressions in the report to be executed in the current AppDomain. |
![]() |
ExecuteReportInSandboxAppDomain | Causes processing extensions and expressions to be run with limited permissions in an application ___domain. |
![]() |
GetDataSourceNames | Returns the names of all data sources used within the local report. |
![]() |
GetDefaultPageSettings | 已重写。Gets the default page settings specified in the local report. |
![]() |
GetDocumentMap | Returns the representation of the document map for the local report.(继承自 Report。) |
![]() |
GetHashCode | (继承自 Object。) |
![]() |
GetParameters | 已重写。Returns report parameter properties for the report. |
![]() |
GetTotalPages | 已重写。Returns the total number of logical pages in the report. |
![]() |
GetType | (继承自 Object。) |
![]() |
ListRenderingExtensions | 已重写。Returns all available rendering extensions for the local report. |
![]() |
LoadReportDefinition | 已重载。 |
![]() |
LoadSubreportDefinition | 已重载。Loads a subreport definition. |
![]() ![]() |
ReferenceEquals | (继承自 Object。) |
![]() |
Refresh | 已重写。Causes the local report to be rendered with new data. |
![]() |
Render | 已重载。Processes the report and renders it in the specified format. |
![]() |
SetParameters | 已重写。Sets report parameter properties for the local report. |
![]() |
ToString | (继承自 Object。) |
顶部
受保护的方法
名称 | 说明 | |
---|---|---|
![]() |
Finalize | (继承自 Object。) |
![]() |
MemberwiseClone | (继承自 Object。) |
顶部
公共事件
名称 | 说明 | |
---|---|---|
![]() |
SubreportProcessing | Occurs when a subreport is processed. |
顶部
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
System.Runtime.Serialization.ISerializable.GetObjectData |
顶部