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 です。現在、サポートされているレポート アイテムの種類は画像のみです。
詳細については、「カスタム レポート アイテムの実行時コンポーネントの作成」を参照してください。