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

In This Topic
    FileFormat Property (C1ReportHtmlExporter)
    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 Paged and DrillDown properties, returns C1.C1Report.FileFormatEnum.HTML, C1.C1Report.FileFormatEnum.HTMLPaged or C1.C1Report.FileFormatEnum.HTMLDrillDown.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property FileFormat As FileFormatEnum
    public override FileFormatEnum FileFormat {get;}
    See Also