ICustomReportItem.CustomItem プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム レポート アイテム、および標準レポート アイテムを表示するためにカスタム レポート アイテムのランタイム コンポーネントが使用する関連データを設定します。 書き込み専用です。
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 オブジェクトを作成します。このオブジェクトはレポート処理エンジンによって使用され、レポートの一部として表示されます。