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

In This Topic
    FileFormat Property (C1ReportRtfExporter)
    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 AbsolutePositioning property, returns C1.C1Report.FileFormatEnum.RTF or C1.C1Report.FileFormatEnum.RTFLabels.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property FileFormat As FileFormatEnum
    public override FileFormatEnum FileFormat {get;}
    See Also