ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / FixedPage Class
Members

In This Topic
    FixedPage Class
    In This Topic
    The FixedPage element defines a DataRegion that repeats with each grouping or detail row (if no grouping is defined). The FixedPage consists of a Pages collection that contains one or more defined fixed layout pages used for rendering fixed pages with possible overflow.
    Object Model
    FixedPage Class
    Syntax
    'Declaration
     
    Public NotInheritable Class FixedPage 
       Inherits DataRegion
       Implements IReportComponentIReportComponentContainerIScopeDefinitionIValidateable 
    Inheritance Hierarchy

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

    See Also