ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Band Class / ReportItems Property

In This Topic
    ReportItems Property (Band)
    In This Topic
    Gets a collection of report items in this band.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportItems As ReportItemCollection
    public ReportItemCollection ReportItems {get;}

    Property Value

    A ReportItemCollection object containing the report items in this band.
    See Also