ActiveReports.Web Request technical support
CreateFramesetPage Property
See Also 


Specifies if a Frameset page should be created when exporting to an HTML format.

Syntax

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

See Also