ActiveReports Developer 7
Pagination Property
See Also 
GrapeCity.ActiveReports.Export.Image.v7 Assembly > GrapeCity.ActiveReports.Export.Image.Page Namespace > Settings Class : Pagination Property

Glossary Item Box

By default, each page of a report is rendered as a separate image. Set this value to False to render the entire report as a single image.

Syntax

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

See Also