ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BandedList Class / Groups Property

In This Topic
    Groups Property (BandedList)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Groups As List(Of BandedListGroup)
    public List<BandedListGroup> Groups {get;}
    See Also