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

In This Topic
    Band Class
    In This Topic
    Represents a band in a banded list, contains a collection of report items which repeat for every group in the rowset or each row in the dataset.
    Object Model
    Band Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Band 
       Inherits ReportItem
       Implements IReportComponentIValidateable 
    public sealed class Band : ReportItem, IReportComponentIValidateable  
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

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

    See Also