Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportExporter Class / ExportProvider Property

In This Topic
    ExportProvider Property (C1ReportExporter)
    In This Topic
    Gets an instance of C1ReportExportProvider that describes the BaseFileFormat supported by the current exporter.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ExportProvider As ExportProvider
    public override ExportProvider ExportProvider {get;}
    See Also