MultiPage Property (HtmlExport)
Sets or returns a value indicating whether multiple HTML pages are generated for the document.
public bool MultiPage {get; set;}
'Declaration
Public Property MultiPage As Boolean
Property Value
Boolean. If
True, an HTML page will be generated for each page in the ActiveReports document. If
False, (the default value) a single HTML page is generated which includes all of the pages in the ActiveReports document.