ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / IReportLayout Interface / Pages Property

In This Topic
    Pages Property (IReportLayout)
    In This Topic
    Gets the pages enumerator.
    Syntax
    'Declaration
     
    ReadOnly Property Pages As IEnumerable(Of ILayoutPage)

    Property Value

    The collection of layout pages as an IEnumerable.
    See Also