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

Glossary Item Box

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

Syntax

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

See Also