次の方法で共有


ICustomReportItem インターフェイス

カスタム レポート アイテムを表します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Interface ICustomReportItem
'使用
Dim instance As ICustomReportItem
public interface ICustomReportItem
public interface class ICustomReportItem
type ICustomReportItem =  interface end
public interface ICustomReportItem

ICustomReportItem 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド EvaluateReportItemInstance この CustomReportItem の代わりに描画されるネイティブ レポート アイテム (画像など) のインスタンス定義を生成します。
パブリック メソッド GenerateReportItemDefinition CustomReportItem の代わりに描画されるネイティブ レポート アイテム (画像など) の定義を生成します。

先頭に戻る