ActiveReports Developer 7
MultiPage Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > HtmlExportOptions Class : MultiPage Property

Glossary Item Box

Specifies if the report should be exported to multiple pages when exporting to an HTML format.

Syntax

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

See Also