News

November 18, 2024

New version of FastReport Online Designer 2025.1

In the FastReport Online Designer 2025.1 release, we have added a new components menu, implemented new features in the context menu of the "Table" object, improved watermark settings, added the option of creating guidelines on the page, and much more.
August 21, 2023

25 years of product history of our company

We turned 25 in August! Thank you for being with us all these years and for helping make our products better and more powerful!
July 19, 2023

Official launch of the FastReport Cloud service

We’re happy to announce the official launch of FastReport Cloud, a cloud service for creating, editing and storing documents! FastReport Cloud is a pre-configured reporting system from your data in the cloud. Among its advantages: work directly through the browser or via API collaboration with setting up roles and access levels universal solution for any programming language and framework a convenient pre-made end user interface create, edit and store documents in one place and with just one click work security: from authentication to personal data protection All of this is based on the powerful FastReport engine with the ability to export to all formats and set up scheduled reports. Try cloud reporting now! about product try demo
July 11, 2023

Summer offer: 10% off on FastReport VCL editions

From July 11 to July 25, get Lazarus support and source code with 10% off in FastReport VCL Professional and Enterprise editions, or full cross-platform with FastReport VCL Ultimate. Save from $39,9 when purchasing a Single license, $89,9 when purchasing a Team and $599,9 when purchasing a Site! Take advantage of getting much more functionality for less cost. You can see the differences between editions here. The offer is valid only for the license purchase and does not apply to an upgrade or renewal. You can use the hot offer by clicking on the link.
June 14, 2023

Online Designer and Blazor WASM support for free: FastReport .NET Enterprise at the price of Professional

  It’s a high time to take an advantage of our special offer for FastReport .NET report generator purchasing, so that you can focus on your summer vacation and not to worry about generating documents. You can purchase FastReport .NET Enterprise Single at the Professional price until June 30! That is, get the platform-independent report designer FastReport Online Designer for free and save $200 or more. FastReport Online Designer allows you to create, edit and view reports on any device without compatibility issues. This is a great opportunity to save money while getting much broader functionality. Compare editions and choose the most suitable one here. *Offer is valid for a full price purchase only and does not apply to a subscription renewal or an upgrade. To take advantage of the offer, click on the following link.
May 16, 2023

Single ecosystem for Delphi products in FastReport 2023.2 release

This major update combines our core products for Delphi and Lazarus into a single ecosystem. What does it mean? One installation system with online authorization—install and update all your products at once. Shared release system—major releases are a shared release of all products. Shared library for all products—fixes and new functions are available in several products. The Recompile utility has been removed. The functions of package rebuilding are now performed by the installer. ❗️To download the update, we recommend you uninstall all products through the old installer and then use the new one (installer). ❗️ Core library There are new Core, Core Graphics, and Core Localization packages combining products into one ecosystem. The product localization system has been changed. Now it does not require rebuilding packages: it is enough to install language packs during installation, add the TfrLocalizationController component, and select the desired language. FastReport VCL The system for editing and using styles in the report designer has been revised. The new mode allows you to: create, edit and assign styles during report design. The created styles copy the formatting of the object by default. Changing a style affects all objects that have been assigned this style. The new Style Table tool allows you to customize the appearance of a report using styles and switch between them on the fly. You can: Select style table mode; Create new custom styles and color schemes that would fit your report; Change already created styles of report objects to your taste; Switch almost instantly between ready-made solutions. Style tables are supported in a rendered report and allow you to change the report style without rebuilding. These styles are saved to the rendered report file to allow report distribution to other users. Each user can choose their style. Composite barcodes We have added a new container object for composite barcodes. The object has ready-made settings for composite barcodes: EAN 8+2, EAN 8+5, EAN 13+2, and EAN 13+5. The object editor offers functionality for quick compilation of your compound barcodes. An example of barcodes used when printing price tags. Powerful tools for your reports For the efficient work of multi-threaded applications, we have added the ability to print in multiple threads. Each thread can print to the printer without blocking others. This approach is efficient for applications running in print service mode. We have improved the digital signature object for PDF export. Now you can supplement the signature with the current signed date, name, and other additional information. The ability to override and replace the standard export dialog has been added to export filters without changes in the FastReport source codes. Example: uses frxExportPDFDialog; type TfrxCustomPDFExportDialog = class(TfrxPDFExportDialog) protected procedure InitControlsFromFilter(ExportFilter: TfrxBaseDialogExportFilter); override; end; procedure TfrxCustomPDFExportDialog.InitControlsFromFilter(ExportFilter: TfrxBaseDialogExportFilter); begin inherited; SignaturePage.TabVisible := False; end; procedure SetDialogClass; begin frxPDFExport1.CustomExportDialogClass := TfrxCustomPDFExportDialog; end; We have improved and fixed the bugs in export filters. PDF export has received support for handling translucent SVG images. Report compatibility between Lazarus and Delphi versions has been improved. The transfer of report variables between versions has been fixed. FastCube VCL and FastCube FMX For FastCube VCL and FastCube FMX products, we have added integration with FastScript, which we moved to a separate package. For FastScript support, it is enough to install one additional package and not rebuild all the others. We also paid attention to fixing errors in highlighting and editors. FastCube VCL gets HiDPI support for high-resolution monitors. It supports all available RAD Studio development environment modes. FastQueryBuilder gets package support for the latest RAD Studio versions. RAD Studio 11 compatibility bugs have been fixed in FastReport FMX. Product optimization and performance have been improved, and internal architectural changes have been made. The full changelog for the 2023.2 version Сore library--------------- + Added new core package with a shared code for all products+ Added a new graphics core package with a shared code for all products+ Added new localization packs* Changed product localization system Fast Report VCL---------------[Designer]- Fixed Int64 support in Object Inspector- Fixed filter behavior in the data selection dialog- Fixed TfrxRichView frame borders in the designer- Fixed a bug when the dropdown code completion did not copy styles from Syntax Memo [Engine]+ Added support for style tables and improved work with styles in the report designer+ Added the option of simultaneous multi-threaded printing- Fixed form scaling for additional display for Delphi 10.1 and later- Fixed bug with parent container component interactive events- Fixed error handling in CrossView events- Fixed printing of current page mode- Fixed Duplex printing for multiple copies of documents with collation enabled [Exports]+ Added new CustomExportDialogClass property for export filters, which allows you to override the export dialog for standard export filters* Improved translucent SVG export in PDF export via EMF- Fixed memory leak with embedded files in PDF export- Fixed progress dialog in HTML export when entering the wrong page number- Fixed export of TfrxLineView and TfrxShapeView in PPTX export [Lazarus]+ Added support for variable portability in templates (Delphi <--> Lazarus)- Fixed behavior of empty TfrxPictureView in Lazarus [Preview]- Fixed button order in the preview [Report object]+ Added composite barcodes (EAN 8+2, EAN 8+5, EAN 13+2, EAN 13+5)+ Added TfrxPictureView.LoadFromStream method+ Added handling of Hint property (similar to TagStr)- Fixed placement of SVG pictures in TfrxPictureView [Resources]* Updated Portuguese resources* Updated Polish resources FastReport FMX---------------- Fixed integer overflow error in gradient fill object- Fixed crosstab editor bug in RAD Studio 11 FastQueryBuilder---------------- Added packages for new Delphi versions (RAD Studio 10-11) FastCube---------------+ Added HiDPI support for high-resolution monitors+ Added integration package with FastScript (integration does not require rebuilding of the main packages)- Fixed bugs in highlighting rules- Fixed Access violation error when using the component in some editors
April 27, 2023

❗️Save on your license renewal before June 1

Starting June 1, 2023, the new subscription update rules will take effect. The renewal grace period will consist of 1 month, and the renewal price will be 50% of the license cost. Example: For example, on January 1, 2023, you purchased your FastReport .NET license, which will be active for 12 months up to and including January 1, 2024. During this time, you will be able to download the product's new version and receive basic technical support. Starting January 2, 2024, you will have 1 month to renew your license with the 50% discount. After February 2, 2024, the purchase will be possible only at the full price.  But you still have the ability to get your subscription at the old price: you can buy renewals for 1, 2, or 3 years at once and save your 70% discount before June 1, 2023. To take advantage of the offer, message our sales team at sales@fast-report.com or hit us up in the website chat window.
Fast Reports
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 66 Canal Center Plaza, Ste 505, Alexandria, VA 22314

© 1998-2024 Fast Reports Inc.