ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BandedListGroup Class
Members

In This Topic
    BandedListGroup Class
    In This Topic
    Represents a banded list group, allows to group the details bands by one or multiple criteria.
    Object Model
    BandedListGroup Class
    Syntax
    'Declaration
     
    Public NotInheritable Class BandedListGroup 
       Inherits ReportComponent
       Implements IReportComponent 
    public sealed class BandedListGroup : ReportComponent, IReportComponent  
    Remarks
    The banded list group may have header and footer bands, which repeat for each group.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.BandedListGroup

    See Also