Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the rendered image of the custom report item.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
ReadOnly Property RenderItem As ReportItem
Get
'Utilisation
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
Valeur de propriété
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 Création d'un composant d'exécution d'élément de rapport personnalisé.