ActiveReports.Web Request technical support
MultiPage Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property MultiPage As Boolean
Visual Basic (Usage)Copy Code
Dim instance As HtmlExportOptions
Dim value As Boolean
 
instance.MultiPage = value
 
value = instance.MultiPage
C# 
public bool MultiPage {get; set;}

See Also