[]
Settings for the Html rendering extension.
public sealed class Settings : ISettings
Name | Description |
---|---|
Settings() | Initializes a new instance of the Settings class. |
Settings(NameValueCollection) | Initializes a new instance of the Settings class. |
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 | Gets or sets whether or not the full html text will be return or just the contents contained inside the body tag.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. |
MhtOutput | Gets or sets whether or not to 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 TOC(is exists) 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. |
Name | Description |
---|---|
implicit operator NameValueCollection(Settings) | Performs an implicit conversion from Settings to NameValueCollection. |