FastReport VCL Reporting Lazarus 2026.1.7

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 TfrxPictureView.
      • Fixed CSS error handling in HTMLView.
    • Graphic
      • Fixed frxPictuteView error with SVG.
  • Lazarus.Controls
    • UI
      • Fixed AV that occurred when collapsing a node after the tree was fully expanded.
  • Lazarus.FastScript
    • Engine
      • Fixed fvtInt64 support.
  • Lazarus.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.