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
プロパティ値
None.
例
カスタム レポート項目サンプルをご覧ください。
注釈
レポート処理エンジンが実行時にレポート定義にCustomReportItem要素を見つけた場合、実行時コンポーネントが読み込まれて CustomReportItem オブジェクトが渡されます。 ランタイムコンポーネントは CustomReportItem オブジェクトのプロパティを利用して標準 ReportItem オブジェクトを作成し、レポート処理エンジンがレポートの一部としてレンダリングします。