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

In This Topic
    FixedPage Class
    In This Topic
    Represents a data region in a report layout that repeats with each grouping or detail row (if no grouping is defined), consisting of a collection of the Pages that containing one or more defined fixed layout pages used to render 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