FastReport VCL Optimum 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 Optimum 2026.2.2Jul 1, 2026
Features
  • VCL.Controls
    • UI
      • Improved barcode performance.
    • Engine
      • Removed DataMatrix local variables.
  • VCL.FastReport
    • Exports
      • Added examples for PDF signatures.
    • Other
      • Improved validation of report objects.
Fixes
  • VCL.Core
    • Graphic
      • Fixed SVG graphics.
      • Fixed SVG transparency.
  • VCL.FastScript
    • Engine
      • Missing FastScript documentation has been added.
  • VCL.FastReport
    • Designer
      • Fixed showing of hints in the Aliases Editor.
    • Exports
      • Fixed barcode offset during export.
      • Fixed variant Cardinal to Integer conversion error.
      • Fixed EMF to PDF export.
      • Fixed image export in object-based PPTX and DOCX.
    • Preview
      • Fixed Preview behavior in RTL mode when PreviewOptions.RTLPreview flag is set.
    • Report object
      • Disabled access to printer settings when TfrxRichView.Wysiwyg = False.
FastReport VCL Optimum 2026.2.1May 26, 2026
Features
  • VCL.Core
    • Localization
      • Updated Chinese resources.
  • VCL.FastReport
    • Exports
      • Added UTF8BOM property for CSV and SimpleText exports to add BOM for UTF8 encoding.
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.
  • VCL.FastReport
    • Engine
      • Fixed bug in footer values when invisible data presents between different groups.
    • Report object
      • Fixed bug when split RichView object with GapY greater than 0.
      • Fixed OnClick interactive event behavior of TfrxChartView.
    • Other
      • Fixed PrepareScript validation.
      • Fixed TfrxSaveFRX converter.
    • Designer
      • Fixed some colors in the designer.
FastReport VCL Optimum 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.
  • 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.
  • VCL.FastReport
    • Designer
      • Fixed highlighting of intersecting objects.
      • Fixed saving of the validation log.
    • Report object
      • Fixed Win64 platform support.
FastReport VCL Optimum 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 Optimum 2026.1.7Mar 11, 2026
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.
  • VCL.Transport
    • Engine
      • Added receipt confirmation for Indy mail export.
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.
  • VCL.FastReport
    • Engine
      • Fixed RichView split bug.
    • Exports
      • Fixed structure for PDF with ZUGFERD.
      • Fixed export of Arabic to PDF.
      • Fixed issue with PNG/SVG transparency when exporting to PDF.
      • Fixed Embedded Subset in PDF.
      • Fixed exporting of spaces to PDF for strings with Tab($09) character.
    • Report object
      • Fixed decoding of Base64 strings.
FastReport VCL Optimum 2026.1.6Feb 2, 2026
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.