ICustomReportItem.RenderItem Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'image rendue de l'élément de rapport personnalisé.
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
Valeur de propriété
ReportItem contenant l'élément de rapport personnalisé rendu. Pour l'instant, le seul type d'élément de rapport pris en charge est une image.
Pour plus d’informations, consultez Création d’un élément de rapport personnalisé Run-Time composant.