ICustomReportItem.RenderItem Property

Definition

Gets the rendered image of the custom report item.

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

Property Value

A ReportItem containing the rendered custom report item. Currently, an image is the only supported report item type.

For more information, see Creating a Custom Report Item Run-Time Component.

Applies to