ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IReportItemContainer Interface / ReportItems Property

In This Topic
ReportItems Property (IReportItemContainer)
In This Topic
Gets the IReportItem objects in this container.
Syntax
'Declaration
 
ReadOnly Property ReportItems As IEnumerable(Of IReportItem)
 

Property Value

An IEnumerable containing the report items in this container.
See Also