Dans la nouvelle version de FastReport .Mono, nous avons considérablement amélioré le moteur de rapports qui est maintenant unifié avec FastReport .Net. Il permet de transférer facilement les corrections et les modifications entre les différentes versions des générateurs de rapports. Nous avons également ajouté la connexion aux données JSON qui est maintenant disponible par défaut et ne nécessite pas d'installation de plugin.
[Engine]
+ added built-in JSON data source engine
+ enhanced support of RichObject
- 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
- fixed bug with checking handlers in Web.config
- fixed crash of the program when creating a report using the wizard on Linux
[Designer]
+ enhanced SQL builder - ability to edit existing request
- fixed the message panel
[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
- fixed exports to various formats in environment