FastReport VCL Analysis Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
FastReport VCL Analysis 2026.2.3Jul 29, 2026
Features
  • VCL.Core
    • Localization
      • Added Serbian Latin resources, updated Serbian and German resources.
  • VCL.FastScript
    • Engine
      • Added Multi-string support to FastScript engine.
FastReport VCL Analysis 2026.2.2Jul 1, 2026
Features
  • VCL.Controls
    • UI
      • Improved barcode performance.
    • Engine
      • Removed DataMatrix local variables.
Fixes
  • VCL.Core
    • Graphic
      • Fixed SVG graphics.
      • Fixed SVG transparency.
  • VCL.FastScript
    • Engine
      • Missing FastScript documentation has been added.
FastReport VCL Analysis 2026.2.1May 26, 2026
Features
  • VCL.Core
    • Localization
      • Updated Chinese resources.
Fixes
  • VCL.Controls
    • Engine
      • Fixed resource order for C++ Builder Modern compiler.
  • VCL.FastScript
    • RTTI
      • Removed functions from FastScript tree that are only supported in FastReport.
FastReport VCL Analysis 2026.2.0Major versionApr 20, 2026
Features
  • VCL.Core
    • Localization
      • Updated Portuguese resources.
  • VCL.FastScript
    • Engine
      • Added FS enum aliases for backward compatibility with alias types.
Fixes
  • VCL.Controls
    • UI
      • tfrTreeView - Fixed incorrect colors hint text and node highlighting with themes.
FastReport VCL Analysis 2026.1.8Mar 31, 2026
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 node.
  • VCL.FastReport
    • Exports
      • Fixed errors in PDF/A and PDF with CMYK color space.
      • Fixed issue exporting empty TfrxMemoView with 'AllowHTMLTags=True' to DOCX.
    • Engine
      • Fixed KeepTogether behaviour with StartNewPage flag.
      • Fixed PrintOn property behavior when band moves to the next page.
      • Fixed GridTableBuilder when default property editors used.
    • Designer
      • Fixed opening of run-time designer with custom TfrxReport.IniFile.
    • Report object
      • Fixed rotation of vector images at angles close to 45, 135, 225, 315 degrees.
  • VCL.FastGrid
    • Engine
      • Exception occurs when closing the application if the in-place editor was active and the Grid.Parent is set to nil.
      • If a column has image properties assigned to it and it contains invalid data, there are many exceptions
  • VCL.FastEditors
    • UI
      • Fixed Access Violation when destroying TfrCalendar or unassigning its Parent while animation is in progress.
FastReport VCL Analysis 2026.1.7Mar 11, 2026
Fixes
  • VCL.Core
    • Engine
      • Fixed EPNGOutMemory when scrolling images.
      • Fixed transparent SVG in a TfrxPictureView.
      • Fixed CSS error handling in HTMLView.
    • Graphic
      • Fixed frxPictuteView error with SVG.
  • VCL.Controls
    • UI
      • Fixed AV that occurred when collapsing a node after the tree was fully expanded.
      • tfrTreeView - Hottrack and select are not rendered correctly when using themes.
  • VCL.FastScript
    • Engine
      • Fixed fvtInt64 support.
FastReport VCL Analysis 2026.1.6Feb 2, 2026
Fixes
  • VCL.Core
    • Graphic
      • Fixed SVG transparency.