The base class for HTML exporters.
The following tables list the members exposed by the HtmlExporterBase type.
Name | Description | |
---|---|---|
Initializes a new instance of the HtmlExporterBase class. |
Name | Description | |
---|---|---|
Gets or sets the page margins. |
||
Gets a list with the names and values of the meta-tags to be included in the resulting HTML. |
||
Gets or sets the page orientation. |
||
Gets or sets the page size. |
||
Gets or sets the title of the resulting HTML. |
Name | Description | |
---|---|---|
Overloaded. Exports a report as an HTML. |
Name | Description | |
---|---|---|
Fires the BeginRenderHead event. |
||
Fires the BeginRenderReport event. |
||
Fires the EndRenderHead event. |
||
Fires the EndRenderReport event. |
||
Raises the ProcessImage event. |
Name | Description | |
---|---|---|
Raised before the <head> tag contents are being rendered, but after the tag itself has been appended. |
||
Raised within the <body> right before rendering the report. |
||
Raised after the <head> tag contents are being rendered, but before the closing tag has been appended. |
||
Raised within the <body> right after rendering the report. |
||
Raised when the underlying HTML is rendered in order to process a referenced image. |