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

In This Topic
    BandedList Class
    In This Topic
    Represents a DataRegion is a collection of free-form bands to visualize bound data where data may be grouped by data field or an aggregate function like summary and total value.
    Object Model
    BandedList Class
    Syntax
    'Declaration
     
    Public NotInheritable Class BandedList 
       Inherits ReportItem
       Implements IReportComponentIValidateable 
    public sealed class BandedList : ReportItem, IReportComponentIValidateable  
    Remarks
    By default, it is composed of three bands: a header, a footer and a details band. The banded list may also have group header and group footer bands, which should be created when a data group was added to a banded list. Report items in these bands repeat once for each group in a banded list.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.ReportItem
                   GrapeCity.ActiveReports.PageReportModel.BandedList

    See Also