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

In This Topic
    List Class
    In This Topic
    Represents a DataRegion repeating any report controls it contains for every group in the rowset or each row in the dataset, if no group expression is defined.
    Object Model
    List Class
    Syntax
    'Declaration
     
    Public NotInheritable Class List 
       Inherits DataRegion
       Implements IRdlContainerIReportComponentIReportComponentContainerIScopeDefinitionIValidateable 
    Remarks
    The data records could be grouped or sorted, use Grouping and Sorting properties.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.ReportItem
                   GrapeCity.ActiveReports.PageReportModel.DataRegion
                      GrapeCity.ActiveReports.PageReportModel.List

    See Also