ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Html / GrapeCity.ActiveReports.Export.Html.Section Namespace / HtmlExport Class / Pagination Property

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