Name | Description | |
---|---|---|
Settings Constructor | Overloaded. |
The following tables list the members exposed by Settings.
Name | Description | |
---|---|---|
Settings Constructor | Overloaded. |
Name | Description | |
---|---|---|
EmbedImages | Gets or sets whether or not the images content will be contained inside the html file as Base64, or inside a different stream. | |
Fragment | Determine 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. | |
LinkTarget | Gets or set the target for hyperlinks contained inside the report. By default this value is not set. | |
MhtOutput | Gets 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. | |
Mode | Gets or sets the mode to use when rendering to html. | |
OutputTOC | Indicates whether the report's existing TOC should be added in the output. | |
RenderingEngine | Indicates whether we should use SVG internally or not. | |
StyleStream | Gets 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. |