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

In This Topic
    FileFormat Property (C1ReportTextExporter)
    In This Topic
    Overridden. Gets a C1.C1Report.FileFormatEnum value determining the format of the export file produced by the current export provider. Depending on SinglePage property, returns C1.C1Report.FileFormatEnum.Text or C1.C1Report.FileFormatEnum.TextSinglePage.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property FileFormat As FileFormatEnum
    public override FileFormatEnum FileFormat {get;}
    See Also