FastReport VCL Reporting Lazarus 2026.1.0

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 during report build.

不具合の修正

  • Lazarus.FastReport
    • Engine
      • Fixed Odd/Even mode of watermark in composite report.
      • Fixed NoChangeDir flag for default file dialog.
    • Report object
      • Fixed HTMLView bug in Linux Lazarus.
      • Fixed PDFView wrong scale when export to PDF in DPI unaware mode.
    • Preview
      • Fixed Copies' input in the print dialog.
    • Other
      • In GTK2, the popup window is disabled in some TabControls.