MindFusion WinForms Programmer's Guide
MhtmlExporter Members
Constructors Properties Methods Events
 


Exports MindFusion reports to MHTML files.

The following tables list the members exposed by the MhtmlExporter type.

 Public Constructors

  Name Description

MhtmlExporter

Initializes a new instance of the MhtmlExporter class.

 Public Properties

  Name Description

Margins

Gets or sets the page margins. (Inherited from HtmlExporterBase.)

MetaTags

Gets a list with the names and values of the meta-tags to be included in the resulting HTML. (Inherited from HtmlExporterBase.)

PageOrientation

Gets or sets the page orientation. (Inherited from HtmlExporterBase.)

PageSize

Gets or sets the page size. (Inherited from HtmlExporterBase.)

Title

Gets or sets the title of the resulting HTML. (Inherited from HtmlExporterBase.)

 Public Methods

  Name Description

Export

Overloaded. Exports a report as an HTML. (Inherited from HtmlExporterBase.)

 Protected Methods

  Name Description

OnBeginRenderHead

Fires the BeginRenderHead event. (Inherited from HtmlExporterBase.)

OnBeginRenderReport

Fires the BeginRenderReport event. (Inherited from HtmlExporterBase.)

OnEndRenderHead

Fires the EndRenderHead event. (Inherited from HtmlExporterBase.)

OnEndRenderReport

Fires the EndRenderReport event. (Inherited from HtmlExporterBase.)

OnProcessImage

HtmlExporterBase.OnProcessImage override.

 Public Events

  Name Description

BeginRenderHead

Raised before the <head> tag contents are being rendered, but after the tag itself has been appended. (Inherited from HtmlExporterBase.)

BeginRenderReport

Raised within the <body> right before rendering the report. (Inherited from HtmlExporterBase.)

EndRenderHead

Raised after the <head> tag contents are being rendered, but before the closing tag has been appended. (Inherited from HtmlExporterBase.)

EndRenderReport

Raised within the <body> right after rendering the report. (Inherited from HtmlExporterBase.)

ProcessImage

Raised when the underlying HTML is rendered in order to process a referenced image. (Inherited from HtmlExporterBase.)

 See Also

MhtmlExporter Class
MindFusion.Reporting.Export Namespace