ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / ExcelRenderingExtensionSettings Class / FileFormat Property

In This Topic
    FileFormat Property (ExcelRenderingExtensionSettings)
    In This Topic
    Indicates whether to use Biff or OpenXml format for the output file. OpenXml is default.
    Syntax
    'Declaration
     
    Public Property FileFormat As GrapeCity.ActiveReports.Export.Excel.Page.FileFormat
    public GrapeCity.ActiveReports.Export.Excel.Page.FileFormat FileFormat {get; set;}
    See Also