Свойство GeneratedReportItem

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

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property GeneratedReportItem As ReportItem
    Get
'Применение
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

Значение свойства

Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportItem
A ReportItem object.