ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / Settings Class / FileFormat Property

In This Topic
    FileFormat Property (Settings)
    In This Topic
    Indicates whether to use CSV or OpenXml format for the output file. OpenXml is default.
    Syntax
    'Declaration
     
    Public Property FileFormat As ExcelDataFileFormat
    public ExcelDataFileFormat FileFormat {get; set;}
    See Also