ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Export.Html / GrapeCity.ActiveReports.Export.Html.Page Namespace / Settings Class

Settings Class Properties

For a list of all members of this type, see Settings members.

Public Properties
 NameDescription
Public PropertyGets or sets whether or not the images content will be contained inside the html file as Base64, or inside a different stream.  
Public PropertyDetermine whether or not the full html text will be returned or just the contents contained inside the body tag will be returned. True indicates only the content inside the body tag will be return; otherwise false. The default is false.  
Public PropertyGets or set the target for hyperlinks contained inside the report. By default this value is not set.  
Public PropertyGets or sets whether or not the output should be in Mht format. True indicates the output should be in Mht format; otherwise false. The default is false.  
Public PropertyGets or sets the mode to use when rendering to html.  
Public PropertyIndicates whether the report's existing TOC should be added in the output.  
Public PropertyIndicates whether we should use SVG internally or not.  
Public PropertyGets or sets whether or not the CSS style information will be contained inside the html file, or inside a different stream. True indicates the CSS style information will be contained in its own stream; otherwise false. The default is true.  
Top
See Also