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

Glossary Item Box

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

Syntax

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

See Also