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

In This Topic
    FileFormat Property (ReportTextExportProvider)
    In This Topic
    Gets a C1.C1Report.FileFormatEnum value determining the format of the export file produced by the current export provider.
    Syntax
    'Declaration
     
    Public ReadOnly Property FileFormat As FileFormatEnum
    public FileFormatEnum FileFormat {get;}
    See Also