Propriedade do RDL GeneratedReportItem
Gets the report item generated by the custom report item runtime class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property GeneratedReportItem As ReportItem
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
A ReportItem object.
Consulte também