ICustomReportItem.CustomItem Property
カスタム レポート アイテム、および標準レポート アイテムを表示するためにカスタム レポート アイテムのランタイム コンポーネントが使用する関連データを設定します。書き込み専用です。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)
構文
'宣言
WriteOnly Property CustomItem As CustomReportItem
CustomReportItem CustomItem { set; }
property CustomReportItem^ CustomItem {
void set (CustomReportItem^ value);
}
/** @property */
void set_CustomItem (CustomReportItem value)
function set CustomItem (value : CustomReportItem)
プロパティ値
なし。
解説
新規 :2005 年 12 月 5 日
レポート処理エンジンが実行時にレポート定義に CustomReportItem 要素を検出した場合、ランタイム コンポーネントが読み込まれ、CustomReportItem オブジェクトが渡されます。次に、ランタイム コンポーネントは CustomReportItem オブジェクトのプロパティを使用して標準の ReportItem オブジェクトを作成します。このオブジェクトはレポート処理エンジンによって使用され、レポートの一部として表示されます。
使用例
「カスタム レポート アイテムのサンプル」を参照してください。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ICustomReportItem Interface
ICustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace