ComponentOne Reports for WPF
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 C1ReportExporter.BaseFileFormat supported by the current exporter.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property ExportProvider As ExportProvider
    public override ExportProvider ExportProvider {get;}
    See Also