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

In This Topic
    BaseFileFormat Property (C1ReportTextExporter)
    In This Topic
    Gets the base export file format supported by the current exporter. The actual format (FileFormat) may either be the same, or may be a specific variant of that format. E.g. if this property is C1.C1Report.FileFormatEnum.HTML, FileFormat may be C1.C1Report.FileFormatEnum.HTMLPaged.
    Syntax
    'Declaration
     
    Public ReadOnly Property BaseFileFormat As FileFormatEnum
    public FileFormatEnum BaseFileFormat {get;}
    See Also