次の方法で共有


ICustomReportItem.CustomItem プロパティ

定義

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

public:
 property Microsoft::ReportingServices::ReportRendering::CustomReportItem ^ CustomItem {  void set(Microsoft::ReportingServices::ReportRendering::CustomReportItem ^ value); };
public Microsoft.ReportingServices.ReportRendering.CustomReportItem CustomItem { set; }
member this.CustomItem : Microsoft.ReportingServices.ReportRendering.CustomReportItem
Public Property CustomItem As CustomReportItem

プロパティ値

[なし] :

カスタム レポート アイテムのサンプルを参照してください。

注釈

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

適用対象