Поделиться через


Свойство Body.ReportItemCollection

Gets the report items.

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

Синтаксис

'Декларация
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
'Применение
Dim instance As Body 
Dim value As ReportItemCollection 

value = instance.ReportItemCollection
public ReportItemCollection ReportItemCollection { get; }
public:
property ReportItemCollection^ ReportItemCollection {
    ReportItemCollection^ get ();
}
member ReportItemCollection : ReportItemCollection
function get ReportItemCollection () : ReportItemCollection

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

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

См. также

Справочник

Body Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering