Свойство ReportItemCollection

Gets a collection of the report items contained within the rectangle.

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

Синтаксис

'Декларация
Public ReadOnly Property ReportItemCollection As ReportItemCollection
    Get
'Применение
Dim instance As Rectangle
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.ReportRendering. . :: . .ReportItemCollection
A ReportItemCollection that contains all items enclosed within the rectangle.