ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataRegion Class
Members

In This Topic
    DataRegion Class
    In This Topic
    Specifies a region where a dataset is laid out for a report. A data region bound to a dataset's results may repeat its contents to account for the dataset's size. The List, Matrix, Table and Chart report items are all data regions.
    Object Model
    DataRegion Class
    Syntax
    'Declaration
     
    Public MustInherit Class DataRegion 
       Inherits ReportItem
       Implements IReportComponentIScopeDefinitionIValidateable 
    public abstract class DataRegion : ReportItem, IReportComponentIScopeDefinitionIValidateable  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.ReportItem
                   GrapeCity.ActiveReports.PageReportModel.DataRegion
                      GrapeCity.ActiveReports.PageReportModel.Chart
                      GrapeCity.ActiveReports.PageReportModel.DV.Chart
                      GrapeCity.ActiveReports.PageReportModel.FixedPage
                      GrapeCity.ActiveReports.PageReportModel.List
                      GrapeCity.ActiveReports.PageReportModel.Matrix
                      GrapeCity.ActiveReports.PageReportModel.Table
                      GrapeCity.ActiveReports.PageReportModel.Tablix

    See Also