ComponentOne FlexReport for WinForms
NewExporter Method (ExportProvider)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export Namespace > ExportProvider Class : NewExporter Method
Creates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from ExportFilter.
Syntax
'Declaration
 
Public MustOverride Function NewExporter() As ExportFilter
public abstract ExportFilter NewExporter()

Return Value

Returns the newly created exporter.
See Also

Reference

ExportProvider Class
ExportProvider Members