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

In This Topic
    Pages Property (FixedPage)
    In This Topic
    Gets a collection of fixed layout pages that compose the FixedPage layout.
    Syntax
    'Declaration
     
    Public ReadOnly Property Pages As PageCollection
    public PageCollection Pages {get;}

    Property Value

    A PageCollection object containing the fixed layout pages.
    See Also