ICustomReportItem.RenderItem Property
Gets the rendered image of the custom report item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
ReadOnly Property RenderItem As ReportItem
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.ReportRendering.ReportItem
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.