言語

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

プロパティ値

None.

カスタム レポート項目サンプルをご覧ください。

注釈

レポート処理エンジンが実行時にレポート定義にCustomReportItem要素を見つけた場合、実行時コンポーネントが読み込まれて CustomReportItem オブジェクトが渡されます。 ランタイムコンポーネントは CustomReportItem オブジェクトのプロパティを利用して標準 ReportItem オブジェクトを作成し、レポート処理エンジンがレポートの一部としてレンダリングします。

適用対象