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

In This Topic
    Groups Property (BandedList)
    In This Topic
    Returns a collection of groups for this instance of this banded list.
    Syntax
    'Declaration
     
    Public ReadOnly Property Groups As List(Of BandedListGroup)
    public List<BandedListGroup> Groups {get;}
    See Also