Freigeben über


ICustomReportItem.RenderItem-Eigenschaft

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

Eigenschaftswert

Typ: 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 Erstellen einer Laufzeitkomponente für ein benutzerdefiniertes Berichtselement.

Siehe auch

Verweis

ICustomReportItem Schnittstelle

Microsoft.ReportingServices.ReportRendering-Namespace