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


Exports MindFusion reports to HTML files.

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

 Public Constructors

  Name Description

HtmlExporter

Initializes a new instance of the HtmlExporter class.

 Public Properties

  Name Description

EmbedImages

Gets or sets a value indicating whether to embed images in the HTML or copy them in a specified directory.

ImageFolder

Gets or sets the directory where the images referenced in the HTML should be copied.

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.)

RootFolder

Gets or sets the folder of the target HTML.

Title

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

 Public Methods

  Name Description

Export

Creates an HTML file representing the specified report.

 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

HtmlExporter Class
MindFusion.Reporting.Export Namespace