ActiveReports 18 .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
    Returns the IReportItem objects in this container.
    Syntax
    'Declaration
     
    ReadOnly Property ReportItems As IEnumerable(Of IReportItem)
    IEnumerable<IReportItem> ReportItems {get;}
    See Also