ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / Pagination Property

In This Topic
    Pagination Property (PdfExportOptions)
    In This Topic
    Gets or sets a value indicating whether pagination is enabled in the PDF-based Web Viewer type.
    Syntax
    'Declaration
     
    Public Property Pagination As Boolean
    public bool Pagination {get; set;}

    Property Value

    A System.Boolean value. true if pagination is enabled; otherwise, false. Default is true.
    See Also