ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportExportProvider Class / FileFormat Property

In This Topic
    FileFormat Property (C1ReportExportProvider)
    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