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 report item generated by the custom report item runtime class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GeneratedReportItem As ReportItem
Get
'Usage
Dim instance As CustomReportItem
Dim value As ReportItem
value = instance.GeneratedReportItem
public ReportItem GeneratedReportItem { get; }
public:
property ReportItem^ GeneratedReportItem {
ReportItem^ get ();
}
member GeneratedReportItem : ReportItem
function get GeneratedReportItem () : ReportItem
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
A ReportItem object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace