FastReport Mono Releases

Released: Nov 27, 2023

Updates in 2024.1.0

Funktionen

  • Improved working with Table object
    • Quickly add columns and rows.
    • Change the height of rows and the width of columns.
    • Added new menu: 'Insert' new column or row.
    • Copy and paste text into cells using the hotkeys Ctrl+C and Ctrl+V.
  • Merge text objects
    • Added mechanism for merging text objects with the same text.
  • Custom line styles
    • A new property has been added which allows you to create line styles.
  • Changing the shape of the 'Picture' object
    • 'Picture' objects now have a new 'Shape'...

Released: Dec 1, 2022

Updates in 2023.x

v2023.3

Updated Sep 12, 2023

Features

  • Engine
    • Added new RFIDLabel object.
    • Added GS1 automatic formatting for GS1-128 barcode.
    • Added support for loading tables in cells of other tables when converting RDL templates.
    • Added Config.CompilerSettings.ReflectionEmitCompiler property, which, when enabled, speeds up report preparation if the script has not been changed (works only in Microsoft .NET Core/.NET).
    • Added the ability to configure barcode font using the new "Font" property.
    • Improved working with...

Released: Dec 7, 2021

Updates in 2022.x

v2022.3

Updated Sep 7, 2022

Features

  • Engine
    • Added the ability to convert reports from Stimulsoft.
    • Added the ability to change the name of the JSON data source in an expression when it's renamed.
    • Added support for converting PaperSize property when converting reports from Stimulsoft.
    • Added support for checking the existence of referenced assemblies when converting reports from StimulSoft.
    • Added PrintOnParent property to Table and Matrix objects.
    • Added support for loading report parameters when...

Released: Feb 11, 2021

Updates in 2021.x

v2021.4.1

Updated Sep 8, 2021

Features

  • Added new Microsoft Visual Studio-styled icons. You may switch between icon packs in the window.
  • Added ability to reset the FastReport configuration stored in the FastReport.Config file in the user's profile.
  • Added ability for the Text object to display DB filed names in a simplified form when designing a report.
  • Added ability to set up each cell in the Matrix object's corner area.
  • Added ability to connect to Elasticsearch. Connection available in data...

Released: Mar 17, 2020

Updates in 2020.x

v2020.4

Updated Sep 16, 2020

Features

  • Install
    • Added product installation package in DEB format.
    • Added product installation package in RPM format.
  • Engine
    • Rewritten RichObject code for translation of RTF document to report objects.
    • Added new barcode ITF-14.
    • Added new barcode Deutsche Post Identcode.
    • Added ability to align barcodes.
    • Added property PictureObject.ImageSourceExpression that allows setting the expression containing the source of the image.
    • Added possibility to use expression in...

Released: Oct 15, 2019

Updates in 2019.4.x

Funktionen

  • 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...

Released: Dec 19, 2018

Updates in 2019.1

Funktionen

  • Added the Rich Text (RichText) report object, which allows embedding any RTF documents created in external editors in the report.
  • Improved PDF export: in addition to the existing font embedding capability, the ability to export text in the form of curves has been added, as well as support for extended PDF formats.
  • Improved export to Word 2007 format: in layered mode and when exporting by paragraphs, the embedded RTF document is translated into text (DOCX format) instead of a picture...

Released: Apr 27, 2018

Updates in 2018.2.25

Funktionen

  • Added support for Online Designer in WebReport
  • Added outline (TOC) of report in WebReport
  • Added property WebReport.DesignerConfig for storing custom configuration of Online Designer
  • Added properties WebReport.RequestHeaders, WebReport.ResponseHeaders
  • Added catching of exceptions on call of WebReport.DesignerSaveCallBack
  • Added ToolbarBackgroundStyle.None (you can use WebReport.ToolbarColor instead bitmap from style)
  • Added properties WebReport.UnlimitedWidth, WebReport.UnlimitedHeight...

Released: Apr 4, 2017

Updates in 2017.1

Funktionen

  • Added overlapped pictures mode to RTF export.
  • Added Excel 97 -2003 (BIFF8) export.
  • Added message window to script editor.
  • Improved PDF export.
  • Added <BR> html tag.

Fehlerkorrekturen

  • Fixed some bugs in font packer.
  • Fixed crash on multithreaded export to PDF.
  • Fixed date format.
  • Fixed width of space and missing characters in PDF export.
  • Fixed crash on run in console mode (withut X Window Server) under Linux. Just add single line into your code: Utils.Config.DisableUIEvents = true...

Released: Nov 2, 2016

Updates in 2016.2

Funktionen

  • Allows use of report generator on Linux in standalone mode without X Window System.
  • Improved quality of PDF export - fixed calculation of font metrics.
  • Speed up embedding fonts in PDF and XPS documents.
  • Added message window to script editor.
  • Added <BR> html tag.

Fehlerkorrekturen

  • Fixed date format.
  • Fixed width of space and missing characters in PDF export.
  • Fixed crash on run in console mode (without X Window Server) under Linux. Just add single line into your code: Utils.Config...