Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.