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


The base class for HTML exporters.

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

 Protected Constructors

  Name Description

HtmlExporterBase

Initializes a new instance of the HtmlExporterBase class.

 Public Properties

  Name Description

Margins

Gets or sets the page margins.

MetaTags

Gets a list with the names and values of the meta-tags to be included in the resulting HTML.

PageOrientation

Gets or sets the page orientation.

PageSize

Gets or sets the page size.

Title

Gets or sets the title of the resulting HTML.

 Public Methods

  Name Description

Export

Overloaded. Exports a report as an HTML.

 Protected Methods

  Name Description

OnBeginRenderHead

Fires the BeginRenderHead event.

OnBeginRenderReport

Fires the BeginRenderReport event.

OnEndRenderHead

Fires the EndRenderHead event.

OnEndRenderReport

Fires the EndRenderReport event.

OnProcessImage

Raises the ProcessImage event.

 Public Events

  Name Description

BeginRenderHead

Raised before the <head> tag contents are being rendered, but after the tag itself has been appended.

BeginRenderReport

Raised within the <body> right before rendering the report.

EndRenderHead

Raised after the <head> tag contents are being rendered, but before the closing tag has been appended.

EndRenderReport

Raised within the <body> right after rendering the report.

ProcessImage

Raised when the underlying HTML is rendered in order to process a referenced image.

 See Also

HtmlExporterBase Class
MindFusion.Reporting.Export Namespace