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 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 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 オーバーライドされます。 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.WinForms 名前空間