ICustomReportItem.RenderItem プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタムレポートアイテムのレンダリング画像を取得します。
public:
property Microsoft::ReportingServices::ReportRendering::ReportItem ^ RenderItem { Microsoft::ReportingServices::ReportRendering::ReportItem ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportItem RenderItem { get; }
member this.RenderItem : Microsoft.ReportingServices.ReportRendering.ReportItem
Public ReadOnly Property RenderItem As ReportItem
プロパティ値
レンダリングされたカスタムレポート項目を含む ReportItem 。 現在、サポートされているレポート項目タイプは画像のみです。
詳細については 、「カスタムレポート項目 Run-Time コンポーネントの作成」をご覧ください。