LocalReport 成员

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

以下各表列出了由 LocalReport 类型公开的成员。

公共构造函数

  名称 说明
Public method LocalReport Initializes a new instance of the LocalReport class.

顶部

公共属性

  名称 说明
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.(继承自 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.(继承自 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.

顶部

公共方法

(另请参见 受保护的方法 )

  名称 说明
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  已重载。 (继承自 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 已重写。Gets the default page settings specified in the local report.
Public method GetDocumentMap  Returns the representation of the document map for the local report.(继承自 Report。)
Public method GetHashCode  (继承自 Object。)
Public method GetParameters 已重写。Returns report parameter properties for the report.
Public method GetTotalPages 已重写。Returns the total number of logical pages in the report.
Public method GetType  (继承自 Object。)
Public method ListRenderingExtensions 已重写。Returns all available rendering extensions for the local report.
Public method LoadReportDefinition 已重载。 
Public method LoadSubreportDefinition 已重载。Loads a subreport definition.
Public methodStatic ReferenceEquals  (继承自 Object。)
Public method Refresh 已重写。Causes the local report to be rendered with new data.
Public method Render 已重载。Processes the report and renders it in the specified format.
Public method SetParameters 已重写。Sets report parameter properties for the local report.
Public method ToString  (继承自 Object。)

顶部

受保护的方法

  名称 说明
Protected method Finalize  (继承自 Object。)
Protected method MemberwiseClone  (继承自 Object。)

顶部

公共事件

  名称 说明
Public event SubreportProcessing Occurs when a subreport is processed.

顶部

显式接口实现

  名称 说明
Explicit interface implementationMethod System.Runtime.Serialization.ISerializable.GetObjectData  

顶部

另请参见

参考

LocalReport 类
Microsoft.Reporting.WebForms 命名空间