FastReport Mono 2019.4.x

Released: Oct 15, 2019

2019.4.x での更新項目

機能

  • Engine
    • Added built-in JSON data source engine.
    • Enhanced support of RichObject.
  • Designer
    • Enhanced SQL builder - ability to edit existing request.
  • Exports
    • Added events to TrueTypeCollection object. New demo programm shows how to use them - fr_mono\Demos\C#\FontHandlersExportToPDF.
    • Enhanced support of fonts with extended weight.
    • Source code is divided into engine and UI parts.
    • Improved export of RichObject to RTF (set EmbedRichObject propert of RTFExport to true to enable this feature).
    • Updated export to PDF format - code ported from FastReport.NET.

不具合の修正

  • Engine
    • Fixed script warnings - do not stop report generation on warning.
    • Fixed double call of FreeHGlobal on programm termination.
    • Apply high-load patch from FastReport.NET.
  • Designer
    • Fixed the message panel.
  • Exports
    • Fixed exports to various formats in environment without GUI.
    • Fixed bug with checking handlers in Web.config.
    • Fixed crash of the program when creating a report using the wizard on Linux.