Partager via


Propriété CustomReportItem.GeneratedReportItem

Gets the report item generated by the custom report item runtime class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property GeneratedReportItem As ReportItem 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
A ReportItem object.

Voir aussi

Référence

CustomReportItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering