FastReport .NET Ultimate 2025.1.23

Released: Apr 4, 2025

2025.1.23 での更新項目

機能

  • FastReport .NET WinForms
    • Exports
      • Added paragraph export mode in OpenOffice Writer export (.odt files).
    • Extras
      • Added Apache Ignite connector.
  • FastReport .NET Mono
    • Exports
      • Added paragraph export mode in OpenOffice Writer export (.odt files).
  • FastReport .NET Core
    • Exports
      • Added paragraph export mode in OpenOffice Writer export (.odt files).
  • FastReport .NET WPF
    • Exports
      • Added paragraph export mode in OpenOffice Writer export (.odt files).
  • FastReport .NET Avalonia
    • Exports
      • Added paragraph export mode in OpenOffice Writer export (.odt files).
  • FastReport .NET Web
    • Exports
      • Added paragraph export mode in OpenOffice Writer export (.odt files).
    • Online Designer
      • Added the ability to create a new report from the Online Designer. Further customization of the created report can be performed using services.AddFastReport(options => options.Designer.OnWebReportCreated).
  • FastReport .NET Web Legacy
    • Exports
      • Added paragraph export mode in OpenOffice Writer export (.odt files).

不具合の修正

  • FastReport .NET WinForms
    • Exports
      • Corrected the brightness of the watermark and eliminated the bug of adding different watermarks on the pages of the document when exporting to Word.
      • Fixed export table to HTML.
      • Fixed export transporent watermark to HTML.
    • Designer
      • Fixed a bug with displaying icons in code autocompletion.
  • FastReport .NET Mono
    • Exports
      • Corrected the brightness of the watermark and eliminated the bug of adding different watermarks on the pages of the document when exporting to Word.
    • Designer
      • Fixed a bug with displaying icons in code autocompletion.
  • FastReport .NET Core
    • Exports
      • Corrected the brightness of the watermark and eliminated the bug of adding different watermarks on the pages of the document when exporting to Word.
  • FastReport .NET WPF
    • Exports
      • Corrected the brightness of the watermark and eliminated the bug of adding different watermarks on the pages of the document when exporting to Word.
    • Designer
      • Fixed a bug with displaying icons in code autocompletion.
      • Fixed bug with TreeView inplace editing.
  • FastReport .NET Avalonia
    • Exports
      • Corrected the brightness of the watermark and eliminated the bug of adding different watermarks on the pages of the document when exporting to Word.
    • Designer
      • Fixed a bug with displaying icons in code autocompletion.
      • Fixed bug with TreeView inplace editing.
  • FastReport .NET Web
    • Exports
      • Corrected the brightness of the watermark and eliminated the bug of adding different watermarks on the pages of the document when exporting to Word.
      • Fixed export table to HTML.
      • Fixed export transporent watermark to HTML.
    • Engine
      • Fixed parameter calculations in asynchronous context.
    • WebReport
      • Fixed highlighting the search word when changing the report.