FastReport VCL Reporting Lazarus のリリース

Released: Mar 31, 2026

2026.1.8 での更新項目

機能

  • Lazarus.FastEditors
    • UI
      • tfrButtonEdit - Added event OnButtonCustomDraw to TfrButtonEditProperties.
      • The TfrCurrencyEdit editor implemented.
      • Added a new TfrBarCode editor.
      • Lazarus - Implemented the BorderSpacing property for all editors.
      • Implemented the capability to get the modified Text property of editors in Lazarus.
  • Lazarus.FastReport
    • Other
      • Added case insensitive support to 'TfrLocalizationController.Language'.

不具合の修正

  • Lazarus.Controls
    • UI
      • tfrTreeView - Fixed bug where multiple selections...

Released: Mar 11, 2026

2026.1.7 での更新項目

機能

  • Lazarus.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.
    • Other
      • Implemented the first version of the report validator.

不具合の修正

  • Lazarus.Core
    • Engine
      • Fixed EPNGOutMemory when scrolling images.
      • Fixed transparent SVG in a...

Released: Feb 2, 2026

2026.1.6 での更新項目

機能

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

不具合の修正

  • Lazarus.Core
    • Graphic
      • Fixed SVG transparency.
  • Lazarus.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

2026.1.5 での更新項目

不具合の修正

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

Released: Dec 23, 2025

2026.1.4 での更新項目

機能

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

不具合の修正

  • Lazarus.Core
    • Graphic
      • Fixed SVG Transparency.
  • Lazarus.FastScript
    • RTTI
      • Fixed InRange function.
  • Lazarus.FastReport
    • Client-server
      • Fixed format detection bug in Server Online-Designer API.
    • Engine
      • Fixed Transparency...

Released: Nov 25, 2025

2026.1.3 での更新項目

機能

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

不具合の修正

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

2026.1.2 での更新項目

機能

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

不具合の修正

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

2026.1.1 での更新項目

機能

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

不具合の修正

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

Released: Oct 27, 2025

2026.1.0 での更新項目

機能

  • Lazarus.Core
    • Localization
      • Updated Brazil resources.
  • Lazarus.FastReport
    • 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, or where a group footer is separated from its data.
      • Added the PrintOn property for report components, it determines where component may be printed...

Released: Sep 10, 2025

2025.2.7 での更新項目

不具合の修正

  • Lazarus.FastReport
    • Engine
      • Fixed List index out of bounds (-1) error when Ctrl - C pressed during showing of designer.
    • Preview
      • Fixed printing, saving and exporting behavior for empty preview.
    • Designer
      • Fixed functions' Drag&Drop on TfrxReportPage.