ActiveReports 18 .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
    Page descriptor of the report section.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Pages As IList(Of PageBase)
    public abstract IList<PageBase> Pages {get;}
    See Also