Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / ReportTextExportProvider Class / NewExporter Method

In This Topic
    NewExporter Method (ReportTextExportProvider)
    In This Topic
    Overridden. Creates a new instance of the C1ReportRtfExporter class.
    Syntax
    'Declaration
     
    Public Overrides Function NewExporter() As Exporter
    public override Exporter NewExporter()
    See Also