ActiveReports Developer 7
Pagination Property
See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Section Namespace > HtmlExport Class : Pagination Property

Glossary Item Box

Gets or sets the value indicates should pagination be used for resulted html document or not

Syntax

Visual Basic (Declaration) 
Public Property Pagination As System.Boolean
C# 
public System.bool Pagination {get; set;}

See Also