ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Section Namespace / PdfExport Class / Pagination Property

In This Topic
    Pagination Property (PdfExport)
    In This Topic
    Gets or sets the value, that indicates whether pagination should be used for resultant PDF document or not.
    Syntax
    'Declaration
     
    Public Property Pagination As Boolean
    public bool Pagination {get; set;}
    See Also