Partilhar via


Propriedade do RDL RenderItem

Contains the rendered image of the custom report item.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
ReadOnly Property RenderItem As ReportItem
    Get
'Uso
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

Valor da propriedade

Tipo: 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 Criando um componente de item de relatório personalizado em tempo de execução.