ICustomReportItem.RenderItem プロパティ

定義

カスタムレポートアイテムのレンダリング画像を取得します。

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 コンポーネントの作成」をご覧ください。

適用対象