FastReport VCL Reporting Releases

Released: Apr 20, 2026

Updates in 2026.2.0

Features

  • VCL.Core
    • Localization
      • Updated Portuguese resources.
  • VCL.FastScript
    • Engine
      • Added FS enum aliases for backward compatibility with alias types.
  • VCL.FastReport
    • Other
      • Added a rule to check script compilation.
      • Added object validation rules.
      • Added dataset validation.
    • Designer
      • Added the DebugLn function to the designer.
      • Significantly improved detection and highlighting of intersecting objects.

Fixes

  • VCL.Controls
    • UI
      • tfrTreeView - Fixed incorrect colors hint text and node highlighting with themes...

Released: Mar 31, 2026

Updates in 2026.1.8

Features

  • VCL.FastReport
    • Engine
      • PictureView rotations and mirrors have been improved.
    • Designer
      • Added intersection checking for bands.
    • Other
      • Added case insensitive support to 'TfrLocalizationController.Language'.
  • VCL.FastEditors
    • UI
      • tfrButtonEdit - Added event OnButtonCustomDraw to TfrButtonEditProperties.
      • The TfrCurrencyEdit editor implemented.
      • Added a new TfrBarCode editor.

Fixes

  • VCL.Controls
    • UI
      • tfrTreeView - Fixed bug where multiple selections would not be cancelled by clicking on an unselected...

Released: Mar 11, 2026

Updates in 2026.1.7

Features

  • VCL.FastReport
    • Engine
      • Added a new TfrxDataBand.BandColumns.Layout property to control print order of columns (AcrossThenDown or DownThenAcross).
      • Added a new align type for objects - baHVCenter, which allow you to align an object to the width and height of the parent container.
      • Improved the loading speed of the designer.
    • Exports
      • Added receipt confirmation for Indy mail export.
    • Other
      • Implemented the first version of the report validator.

Fixes

  • VCL.Core
    • Engine
      • Fixed EPNGOutMemory when...

Released: Feb 2, 2026

Updates in 2026.1.6

Features

  • VCL.FastReport
    • Designer
      • Added support for loading and saving DataTree's state in the expression and objects' editors.
    • Other
      • Added image post-processing pipeline.

Fixes

  • VCL.Core
    • Graphic
      • Fixed SVG transparency.
  • VCL.FastReport
    • Report object
      • Fixed bug with 2D barcode preset missing during PDF export.
    • Exports
      • Fixed PDF export for 64 bits.
    • Designer
      • Fixed adding icons for components from outside.

Released: Dec 30, 2025

Updates in 2026.1.5

Fixes

  • VCL.Core
    • Graphic
      • Fixed an AV that occurs when TfrxSVGGraphic object is destroyed.
  • VCL.FastReport
    • Report object
      • Fixed bug in HTMLView when table does not have column elements.

Released: Dec 23, 2025

Updates in 2026.1.4

Features

  • VCL.Controls
    • Engine
      • Added handling of CTRL+(Up/Down/PageUp/PageDown) for the memo family.
    • UI
      • Improved Gutter and Footer handling for the memo family.
  • VCL.FastReport
    • Designer
      • The default value for the TfrxDesigner.DefaultFont.Color field has been changed to clBlack.

Fixes

  • VCL.Core
    • Graphic
      • Fixed SVG Transparency.
  • VCL.FastScript
    • RTTI
      • Fixed InRange function.
  • VCL.FastReport
    • Client-server
      • Fixed format detection bug in Server Online-Designer API.
    • Designer
      • Fixed clipboard "Access denied" error...

Released: Nov 25, 2025

Updates in 2026.1.3

Features

  • VCL.FastReport
    • Report object
      • A Transparency property has been added to the PictureView object.

Fixes

  • VCL.FastReport
    • Designer
      • Fixed usage of frxEditSQL.inc.
    • Preview
      • Fixed bug when preview fires mouse click events during page scrolling with Pan tool.
    • Exports
      • Fixed bug when HTMLDiv export embedded in other HTML page.

Released: Nov 21, 2025

Updates in 2026.1.2

Features

  • VCL.FastReport
    • Exports
      • Added Internal DataLink processing for HTML exports.

Fixes

  • VCL.FastReport
    • Exports
      • Fixed layout of PDF export dialog.
      • Fixed missing HTML tags styles in DOCX export filter.
    • Designer
      • Fixed internal datasets parameters update in Designing mode.
      • Fixed bug when wrong mouse event is inserted by the report designer for dialog controls.

Released: Nov 10, 2025

Updates in 2026.1.1

Features

  • VCL.Core
    • Engine
      • Added LockDrawing/UnlockDrawing to TfrBaseForm and TfrCustomScaledControl.

Fixes

  • VCL.Controls
    • UI
      • Fixed rendering of controls in themes without a border.

Released: Oct 27, 2025

Updates in 2026.1.0

Features

  • VCL.Core
    • Engine
      • Updated documentation.
    • Localization
      • Updated Brazil resources.
  • VCL.FastReport
    • Other
      • Added TfrxCrypt and TfrxRichObject support for 64-bit IDE.
      • Converters have been separated into separate packages.
    • Engine
      • Added the KeepWithData property for Group Headers and Footers, when set to true, the group header or footer will stay together with its related data rows. This avoids a situation where a group header appears at the bottom of a page with its data starting on the next page...