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

In This Topic
    Pagination Property (PageBase)
    In This Topic
    Gets the pagination mode of the report section.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Pagination As Pagination
    public abstract Pagination Pagination {get;}

    Property Value

    A Pagination value representing the pagination mode of the report section.
    See Also