FastReport VCL Professional V5.4 updated

Released: Nov 25, 2015

Updates in this release

Updates in V5.4

  • New ability to cache images to file when using matrix export filters (like HTML). Now you can use a file cache for export filters if your images consume more than 2 GB of memory in total.
  • New event which fires before export starts. Can be used when you need to make some changes in the result report for exact export filter.
  • 2D barcodes like QR support different codepages include UTF 8.
  • Added Embarcadero RAD Studio 10 Seattle support for x32 and x64 Windows platforms.
  • Added export filters package with basic export filters BMP, JPEG, PNG, HTML and HTML5 (Layered) for Lazarus IDE.
  • Added IBX internal datasets support for Lazarus IDE.
  • Added support of user function's for parent reports in report inheritance.
  • Added caching of images for matrix export (cache to file and memory).
  • Added TfrxReportPage.ShowTitleOnPreviousPage property.
  • Added new field types for Fast Query Builder.
  • Added CodePage property for QR barcode. If CodePage <> 0 - ECI mode used.
  • Added TfrxPreview.LoadFromStream method.
  • Increased cross-tab's max rows/columns/cells levels from 32 to 64.
  • Added TfrxVisibilityTypes support in the report's script.
  • Added Tag property for report's objects for 64 bit.
  • Added TfrxCustomExportFilter.OnBeforeExport event.
  • Added FetchAll property for TfrxFIBQuery.
  • Added TfrxMailExport.SMTPStartCommand (HELO, EHLO) property.
  • Added numeric formats support in the TfrxXLSXExport.
  • Added TfrxPreview class in the frxClassRTTI. Now you can use TfrxPreview(Report.Preview).OutlineVisible := True; in the report's script.
  • Added frame with different lines support for TfrxCheckView for TfrxPDFExport.