次の方法で共有


ICustomReportItem.CustomItem プロパティ

カスタム レポート アイテム、および標準レポート アイテムを表示するためにカスタム レポート アイテムのランタイム コンポーネントが使用する関連データを設定します。 書き込み専用です。

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

構文

'宣言
WriteOnly Property CustomItem As CustomReportItem 
    Set
'使用
Dim instance As ICustomReportItem 
Dim value As CustomReportItem

instance.CustomItem = value
CustomReportItem CustomItem { set; }
property CustomReportItem^ CustomItem {
    void set (CustomReportItem^ value);
}
abstract CustomItem : CustomReportItem with get, set
function set CustomItem (value : CustomReportItem)

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.CustomReportItem
なし。

説明

実行時にレポート処理エンジンによって CustomReportItem 要素がレポート定義内で検出されると、実行時コンポーネントが読み込まれ、CustomReportItem オブジェクトが渡されます。 次に、ランタイム コンポーネントは CustomReportItem オブジェクトのプロパティを使用して標準の ReportItem オブジェクトを作成します。このオブジェクトはレポート処理エンジンによって使用され、レポートの一部として表示されます。

使用例

Custom Report Item Sample」を参照してください。

関連項目

参照

ICustomReportItem インターフェイス

Microsoft.ReportingServices.ReportRendering 名前空間