Exports MindFusion reports to HTML files.
The following tables list the members exposed by the HtmlExporter type.
Name | Description | |
---|---|---|
Initializes a new instance of the HtmlExporter class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether to embed images in the HTML or copy them in a specified directory. |
||
Gets or sets the directory where the images referenced in the HTML should be copied. |
||
Gets or sets the page margins. (Inherited from HtmlExporterBase.) |
||
Gets a list with the names and values of the meta-tags to be included in the resulting HTML. (Inherited from HtmlExporterBase.) |
||
Gets or sets the page orientation. (Inherited from HtmlExporterBase.) |
||
Gets or sets the page size. (Inherited from HtmlExporterBase.) |
||
Gets or sets the folder of the target HTML. |
||
Gets or sets the title of the resulting HTML. (Inherited from HtmlExporterBase.) |
Name | Description | |
---|---|---|
Creates an HTML file representing the specified report. |
Name | Description | |
---|---|---|
Fires the BeginRenderHead event. (Inherited from HtmlExporterBase.) |
||
Fires the BeginRenderReport event. (Inherited from HtmlExporterBase.) |
||
Fires the EndRenderHead event. (Inherited from HtmlExporterBase.) |
||
Fires the EndRenderReport event. (Inherited from HtmlExporterBase.) |
||
HtmlExporterBase.OnProcessImage override. |
Name | Description | |
---|---|---|
Raised before the <head> tag contents are being rendered, but after the tag itself has been appended. (Inherited from HtmlExporterBase.) |
||
Raised within the <body> right before rendering the report. (Inherited from HtmlExporterBase.) |
||
Raised after the <head> tag contents are being rendered, but before the closing tag has been appended. (Inherited from HtmlExporterBase.) |
||
Raised within the <body> right after rendering the report. (Inherited from HtmlExporterBase.) |
||
Raised when the underlying HTML is rendered in order to process a referenced image. (Inherited from HtmlExporterBase.) |