Creates a new instance of the RtfExporter class, and sets the OpenXmlDocument property on that instance to true.

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

See Also