Creates a new instance of HtmlExporter.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override Exporter NewExporter()
Visual Basic
Public Overrides Function NewExporter As Exporter

Return Value

The newly created instance.

See Also