Class HTMLOptions
Provides properties to manage HTML export behaviors.
Inheritance
System.Object
HTMLOptions
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public class HTMLOptions : Object
Constructors
HTMLOptions()
Declaration
public HTMLOptions()
Properties
HidePageSeparator
Gets or sets a boolean value indicating whether the content of the text should be treated as complex script text or not.
Declaration
public bool HidePageSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |