ICustomReportItem インターフェイス

定義

カスタムレポート項目を表します。

public interface class ICustomReportItem
public interface ICustomReportItem
type ICustomReportItem = interface
Public Interface ICustomReportItem

メソッド

名前 説明
EvaluateReportItemInstance(CustomReportItem)

ネイティブレポート項目(例えば画像)のインスタンス定義を生成し、このCustomReportItemの代わりにレンダリングされます。

GenerateReportItemDefinition(CustomReportItem)

ネイティブレポート項目(例えば画像)の定義を生成し、 CustomReportItemの代わりにレンダリングされます。

適用対象