Condividi tramite


ICustomReportItem.RenderItem Proprietà

Definizione

Ottiene l'immagine di cui è stato eseguito il rendering dell'elemento di report personalizzato.

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

Valore della proprietà

Oggetto ReportItem contenente l'elemento di report personalizzato di cui è stato eseguito il rendering. L'unico tipo di elemento di report supportato attualmente è l'immagine.

Per altre informazioni, vedere Creazione di un elemento di report personalizzato Run-Time componente.

Si applica a