FastReport Desktop Releases

Released: Dec 5, 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: Sep 27, 2022

Updates in 2022.3.x

v2022.3

Updated Sep 27, 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: May 16, 2022

Updates in 2022.2.x

v2022.2

Updated May 16, 2022

Features

  • Engine
    • Added the ability to save a report with random data.
    • The ExportBand method now uses the 'BandBase' argument instead of 'Base'.
  • Designer
    • Added support for highlighting intersecting objects. When placing objects on the report page, overlapping objects and objects beyond the bounds of the bands are highlighted by color.
    • Added ruler with guides to RichObject editor. The new tool allows you to conveniently adjust indentation and tab positions when editing...

Released: Dec 8, 2021

Updates in 2022.1

Features

  • Engine
    • Added a new AdvMatrixObject.
    • Added GS1 DataBar barcodes: Limited, Omnidirectional, Stacked and Stacked Omnidirectional.
    • Added new properties: Config.CompilerSetting.ExceptionBehaviour and Config.CompilerSetting.Placeholder. These properties give the ability to customize the behavior when exceptions are thrown with incorrect names of database tables and fields.
    • Added translation of RichObject inside TableCell.
    • Reworked translation of RichObject into report objects.
  • Microsoft .NET...

Released: Sep 27, 2021

Updates in 2021.1

Features

  • Engine
    • Added connection to ElasticSearch.
    • Added new barcodes: Japanese PostNet, ITF-14, Deutsche Post Leitcode, SberBank QR and Swiss QR Code.
    • Added CountDistinct aggregate function (report totals and Matrix object totals).
    • Added support for TLS 1.2.
    • Added two new types of UncheckedSymbol for CheckBox.
    • Added the ability to load XML data via URL.
    • Added functions for converting numbers to words for Polish, Indian, Persian and Ukrainian.
    • Added Rupee symbol for Indian currency.
    • Added the...

Released: Sep 13, 2019

Updates in 2019.4

Features

  • Engine
    • Added Bezier curve for polygons.
    • Added new time format minutes:seconds [mm:ss].
    • Added a new JSON data connection integrated into the engine.
    • Added RepeatBandNTimes property for bands.
    • Updated polygon object: now the polygon toolbar is displayed not near to the object, but in the main toolbar and in Ribbon; polygon modes are changed, new modes allow editing and adding curves
      > because polygons have got strong changes, Fast Reports want to get more detail about the change, the...

Released: May 27, 2019

Updates in 2019.3

Features

  • Builder
    • Added Save-FileName parameter.
  • Engine
    • Added ImageAlign property for image alignment inside PictureObject; by default, alignment is disabled.
  • Designer
    • Added an ability to change font in query editor.
    • Added Digital Signature object for adding empty signature field in PDF documents.
  • Exports
    • Added ability to export empty signature fields for PDF documents.
    • Added links for images to HTML-export.

Fixes

  • Engine
    • Fixed a bug with infinite loop in AdvancedTextRenderer when WordWrap is true...

Released: Apr 2, 2019

Updates in 2019.2

Features

  • Engine
    • Added texture fill.
    • New reports default font will now always be serialized.
  • Designer
    • Added "Hide Zeros" item to context menu for text objects.
    • Added ability to select a style from the context menu.
    • Added dialogs for text editor closing; now pressing "X" button will be showed dialog for text changes confirmation.
    • Added an ability to sort Data Sources in Data window.
    • Added an ability to sort Data Fields in Data window.
    • Added an ability to change font in query editor.
  • Exports
    • Added...

Released: Jan 17, 2019

Updates in 2109.1

Features

  • Engine
    • Added the ability to disable hotkeys in designer and preview.
    • Added property ReportPage.Printable (default value: true) for enable or disable printing of the page.
    • SVG object is optimized, removed inheritance SVGObject from PictureObject, the SVG object is now not drawn in memory for its display in vector exports
      (Note: The SVG object is now unlinked from the PictureObject, in consequence two properties are no longer available: Tile - which rendered the SVG image with vertical...

Released: Apr 27, 2018

Updates in 2018.2

Features

  • Added print of unlimited pages on roll printers
  • Added a new property ParagraphFormat for formatting paragraphs in a text object only when the HtmlParagraph value is set in the TextRenderType property. This property allows you to adjust the line spacing and the first line indent.
  • The new text render supports the following tags: b, i, u, strike, br, sub, sup, img, span.
  • Added a new logic for converting objects before exporting, the process is automatic, this is necessary to convert some...