ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / IReportLayout Interface / PagesLimited Method
Number of pages to preview. 0 corresponds to no limit.

In This Topic
    PagesLimited Method
    In This Topic
    Returns enumerable pages collection limited by argument
    Syntax
    'Declaration
     
    Function PagesLimited( _
       ByVal limit As Integer _
    ) As IEnumerable(Of ILayoutPage)
    IEnumerable<ILayoutPage> PagesLimited( 
       int limit
    )

    Parameters

    limit
    Number of pages to preview. 0 corresponds to no limit.
    See Also