ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ReportSectionBase Class / Pages Property

In This Topic
    Pages Property (ReportSectionBase)
    In This Topic
    Gets the page descriptors of the report section.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Pages As IList(Of PageBase)
    public abstract IList<PageBase> Pages {get;}

    Property Value

    A list of PageBase representing the pages of the report section.
    See Also