次の方法で共有


ICustomReportItem.RenderItem プロパティ

カスタム レポート アイテムの表示画像を取得します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
ReadOnly Property RenderItem As ReportItem 
    Get
'使用
Dim instance As ICustomReportItem 
Dim value As ReportItem 

value = instance.RenderItem
ReportItem RenderItem { get; }
property ReportItem^ RenderItem {
    ReportItem^ get ();
}
abstract RenderItem : ReportItem
function get RenderItem () : ReportItem

プロパティ値

型: Microsoft.ReportingServices.ReportRendering.ReportItem
表示されるカスタム レポート アイテムを含む ReportItem です。現在、サポートされているレポート アイテムの種類は画像のみです。詳細については、「カスタム レポート アイテムの実行時コンポーネントの作成」を参照してください。

関連項目

参照

ICustomReportItem インターフェイス

Microsoft.ReportingServices.ReportRendering 名前空間