FastReports news

RSS: FastScript

http://www.fast-report.com/en/news/news.rss/

Publisher: Fast Reports, Inc.

FastReports news

The lastest news
Updating Delphi and Lazarus products to 2024.2 version
Sun, 21 Apr 2024 18:00:00 -0400

Updating Delphi and Lazarus products to 2024.2 version

This update includes improvements and fixes for our entire line of Delphi and Lazarus products.

One of the main features of this update is the new package with visual components TfrTreeView. The new TfrTreeView allows you to quickly create your custom equivalents of TreeView, expanding the functionality of your application. Compared to the standard TreeView, our component has fast and convenient navigation, collapsing and expanding the tree of thousands of elements. This enhances the responsiveness of your application's interface for end users. And, of course, TfrTreeView is supported in both VCL and Lazarus!

 

FastReport VCL

You can experience the responsiveness of the interface in the FastReport VCL report designer when working with a large amount of data or objects, thanks to the use of the new TfrTreeView component.

FastReport VCL

Support for GeoJSON and TopoJSON formats has been added to the map object. Use maps in whichever format is most convenient for you.

GeoJSON

Improved handling of digital signatures in PDF and other files. Our product allows for maximum flexibility in configuring digital signatures. You have access to the following settings:

  • Signing method: FastReport, CryptoAPI, CryptoPRO
  • Signature type: CAdES-BES, СAdES-T, CAdES-X Type 1.
  • Time Stamping Authority servers.
  • Certificate stores.
  • Signature hash: md5, sha1, sha256.

A mode of infinite width has been added for the dynamic table object. The size of the table grows depending on the data being output. In the preview window, you can see a page that fits all the table columns. Meanwhile, in normal mode, columns that do not fit on the sheet will be moved to the next page.

A mode of infinite width has been added for the dynamic table object.

Reports with detailed pages retain the states of the transmitted variables for each tab, allowing for individual reconstruction of each tab when updating parameters.

A new property for linear barcodes, DigitsAutoFillMode, has been added. dafmLeftOnly fills missing barcode digits with zeros from the left side. dafmRightChecksum always adds a zero checksum when there is a shortage of digits required by the barcode standard.

DigitsAutoFillMode

In this update, we have enhanced and addressed numerous issues with the HTML5, SVG, PDF, XLSX, and DOCX export filters. HTML5, SVG, and PDF exports are now closer to full WYSIWYG. The quality of DOCX and XLSX exports has been improved for table exports.

An alternative path on Linux has seen overall improvements in operation under WINE on Linux.

 

FastQueryBuilder

Lazarus support has been added to FastQueryBuilder—now you can connect and use it in your Lazarus projects.


FastCube

The errors found were fixed and integration with the common code base was improved.

 

FastReport FMX

Added two new export DOCX and XLSX filters—export reports to the format you need.

FastReport FMX

 

2024.2.0 version

---------------

[Designer]

+ fixed SQL editor;
- fixed autocompletion in memo syntax;
- fixed a bug when Unicode characters could disappear when saving script code in .pas file from the report designer;
- fixed TfrxRichView editor for 64 bits;
- fixed scrollbars for TfrxSimpleSyntaxMemo;
- fixed display of tooltips on the frxEditFieldDefs form;

[Engine]

+ added support for infinite width for dynamic tables;
+ added support for GeoJSON / TopoJSON to the map object;
+ added new control TfrTreeView;
+ fixed a bug of compatibility with old aliases;
+ detailed reports save the states of the passed variables for each tab when using the DetailPage hyperlink;
* added the ability to change the signature hash algorithm;
* improved signatures for pdf and other files, improved consistency of signatures;
- fixed an error in the position of the data set in the TfrxCustomLayer of the map object;
- fixed update of field definitions after SQL changes;
- fixed bugs when working with WINE;
- fixed TfrxCustomQuery.SQLChangeHandler when destroying a complex report;
- fixed a bug that could lead to a crash when exporting to BIFF8 (RS12, 64-bit);
- fixed AV in FastCube when dragging a field from the filter zone to the Y axis and back;
- improved synchronization with the old list of aliases and the new collection of field definitions;
- fixed inherited parameters in the request;
- removed duplicate Left / Top properties in serialization for components that are not internal DB components;
- fixed type conversion for a field collection property in an inherited report;
- fixed a bug in FastCube FMX when right-clicking on the drop-down list of measurements;
- fixed a bug when using a dynamic table with manual construction on a page with several columns;
- fixed behavior of alClient for diagonal TfrxLineView;

[Exports]

- fixed a bug when exporting in RTF format when the left position is reset to the coordinate of the left page margin;
- fixed interactive Combobox in preview and pdf export;
- fixed incorrect position of images when exporting xlsx;
- fixed system colors in the xlsx export filter;
- fixed scaling factor for images and text when exporting to docx;
- fixed a bug that could lead to a crash in XLSX export;
- fixed errors in HTMLDiv and SVG exports;
- fixed array unlocking in XLS OLE export;
- fixed pdf export errors;
- fixed memo export with APAC fonts to SVG and HTML5
- fixed PDF/A export and vector export with PS_USERSTYLE;
- fixed memo export with HAlign = haRight;

[Lazarus]

+ added support for Lazarus in FastQueryBuilder;
+ fixed a list of paper without printers in Linux Lazarus;
- fixed errors in exporting some objects in PNG mode in Lazarus;

[Other]

+ the SmartMemo object with basic syntax highlighting has been moved into a separate package;
+ added RTL support to SmartMemo;
- fixed certificate dialog;
- fixed caret for SmartMemo in Lazarus GTK2;

[Report object]

+ added a new linear barcode property DigitsAutoFillMode (dafmLeftOnly—fills missing barcode digits with zeros on the left side, dafmRightChecksum—always adds a zero checksum if there are not enough digits required by the barcode according to the standard);
- fixed RTTI for TfrxHTMLView;
- fixed incorrect clipping boundaries for the TfrxPDFView object in the preview;
- fixed FireDAC DriverID;

[Resources]

* updated Portuguese resources.

Updating .NET products to 2024.2 version
Wed, 10 Apr 2024 18:00:00 -0400

Updating .NET products to 2024.2 version

We are pleased to present you the long-awaited update for the entire FastReport .NET component line. In this release, you can expect a new report generator with Avalonia UI support, improvements in data exports, HTML Plugin support for FastReport.Core.Skia, and, of course, the discontinuation of support for .NET Standard 2.0 - 3.1 and .NET 5.

New FastReport Avalonia component

The FastReport .NET component lineup has introduced a new addition — FastReport Avalonia. This is a versatile library that enables report creation when developing cross-platform applications using Avalonia UI. This component allows for the development of applications with a unified user interface for macOS, Linux, and Windows. FastReport Avalonia is compatible with x64, x86, and arm64 processor architectures. It supports Avalonia UI, .NET 6 and above.

FastReport Avalonia is part of the unified FastReport ecosystem in C#. Reports created in other products will work in FastReport Avalonia and vice versa.

The product includes the report development core, designer, and viewer with a familiar interface.

The report designer looks like this:

Updating .NET products to 2024.2 version

And this is how the viewer looks like:

Updating .NET products to 2024.2 version

For more information about the new component, please read the articles.


New opportunities

ReportPage object's PageCreate event

The ReportPage has a StartPage event, which is triggered before the page is rendered. This event is called once for each template page in the report. Now, there is a new event called PageCreate, which is triggered when a page is created in the prepared report. Unlike StartPage, it is called more frequently, for each prepared page that corresponds to a template page. Both events can have their handlers assigned, allowing you to perform actions in addition to the standard ones.

Read more about PageCreate in the article.

Export improvements in Word 2007

Word export has undergone significant changes. Its performance has been improved, resulting in faster operation. New options have been added, such as "Keep Line Height" and "Use Headers and Footers of Word Pages". Additionally, we have fixed various bugs that had a significant impact on the functionality of the export.

Export of hyperlinks and bookmarks to SVG

With this update, hyperlinks and bookmarks of report objects are also exported to SVG format images.

PostgreSQL functions and views

When connecting to Postgres databases, you have the ability to use function and view data in your reports. To do this, use the FastReport.Data.Postgres plugin.

HTML Plugin support for FastReport.Core.Skia

FastReport.Core.Skia has now support for HTML Plugin. Now you can easily embed HTML content in your reports, enhancing their creation and presentation.

To use this functionality, install the FastReport.Plugins.HtmlObject package using NuGet.

 

Changes in Blazor WebAssembly

Webcil support for .NET 8

Starting with .NET 8, by default, all libraries necessary for operation are packaged in the Webcil format (.wasm) instead of the usual.dll . This is a more secure and web-friendly format (see more).

However, to compile the report script we must use these libraries. Previously, we advised our users to disable packaging in .wasm. Starting from the current version, FastReport.Blazor.Wasm can work with Webcil resources and use them to compile a report script without preliminary settings, everything happens automatically.

Automatic addition of required SkiaSharp resources

Previously, one of the requirements for using FastReport.Blazor.Wasm was that users had to manually add the necessary SkiaSharp and HarfBuzzSharp resources to their Blazor WebAssembly projects. The main issue was that these resources varied depending on the .NET version and the use of multithreading in WASM. Users had to manually select which libraries they needed, which caused a lot of complexity.

Starting from the current version, FastReport.Blazor.Wasm can determine the resources needed depending on the environment, and apply them to your application automatically. However, if you still need to select the required resource manually, then you can disable automatic behavior by adding to your .csproj project the following code:

<PropertyGroup>
 <ShouldIncludeNativeSkiaSharp>False</ShouldIncludeNativeSkiaSharp>
 </PropertyGroup>

Removal of support for .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5

To cover an increasing number of technologies continually being added to the .NET world, we have decided to drop support for the outdated .NET Standard 2.0 - 3.1 and .NET 5 compatibility layers in our libraries. The minimum supported version is now .NET 6, and the minimum supported framework is .NET Framework 4.6.2.

Read more about the changes in the news.


Full list of changes

[Engine]
+ added OnCreatePage event for the ReportPage object;
* now, when converting RTF, insignificant spaces after tabs are discarded;
- added exception handling if the contents of the RichObject are incorrect;
- removed top and bottom padding when splitting TextObject between pages;
- fixed vertical indents in RichObject;
- fixed the display of a row following a row with a column union;
- fixed an exception when preparing a report with a TableObject containing MSChartObject;
- fixed loss of spaces in the RTF parser;
- fixed display of the bottom border line when using GrowToBottom;
- fixed support for the Portuguese language in the RTF parser;
- fixed a bug when the Report.IsPrepared parameter returned an incorrect value when preparing a report asynchronously;
- fixed translation of RichObject to TableObject;
- fixed error when printing with different pages selected;
- fixed IndexOutOfRangeException when executing Graphics.Path.AddBeziers;
- fixed vulnerability with the ability to call JS code from a hyperlink;
- fixed default tab setting when converting RTF;

[Designer]
+ added interaction with FastReport Cloud in the Community edition;
+ added the Contains (string , string) function, which determines whether a string contains a substring;
* changed the text of the warning message about duplicate parameter names in the query wizard;
*replaced the error with a warning form about parameters with the same names in the SQL query;
*changes in SwissQR: the processing of the "Amount" field has been changed; the "Currency" field is now a text field; added processing of data from the database in the fields of information about the Recipient, Payer and in the "Link" field;
- fixed Datamatrix brush color;
- fixed errors in the PictureObject editor;
- fixed a bug in the format editor;
- fixed a bug when resizing the dialog form;
- fixed the drawing of a rotated ITF14 barcode;
- fixed a bug with the operation of the "select all" keyboard shortcut;
-fixed a bug in resetting the format when changing an expression;
- fixed errors with the separation of source data into lines, both separator options (\r\n and \n) are now supported;
- now during the QR code generation process, extra \r\n characters at the end of the line are removed;
- fixed NullRreferenceException when editing the SelectCommand of the data source table;
- fixed text scrolling in AdvMatrix;
- fixed context menu of the RFIDLabel object;
- fixed the band title in the classic band display mode;
- fixed a problem when using the hh:mm time format;
- fixed a bug leading to System.NullReferenceException when connecting to JSON;
- fixed a bug when resizing objects while holding down the Shift key;
- fixed an exception that occurred when using DontEditCode;
- fixed incorrect behavior of lines when changing the Height property for a horizontal line or the Width property for a vertical line if the Diagonal property is set to False;

[Preview]
- fixed a bug with the search dialog in the preview;
- fixed rendering of report objects outside the page;
- fixed incorrect display of superscript or subscript text for RichObject if such text is at the beginning of the line;
- fixed display of vertical paddings in preview when using the LineHeight property;

[Exports]
+ added the option "Use Headers and Footers of Word Pages" when exporting Word;
+ increased speed of export to docx;
+ added the "Keep Line Height" option to export to Word 2007;
+ added export of hyperlinks and bookmarks to SVG;
- fixed error in exporting a rotated svg image to pdf;
- fixed a bug when images with a transparent background were incorrectly exported to PDF of the PdfA_1a standard in FastReport.Skia;
- fixed font reset in an empty cell after exporting a report to Word;
- fixed a bug with incorrect export to a JSON file;
- fixed a problem with exporting to Word 2007 when using a watermark and the "Page Title" band with a system variable;
- fixed a bug in svg export (hangs if text contains incorrect cr/lf sequences);
- fixed incorrect calculation of row height in a table when exporting to Excel;
- fixed error in exporting vector graphics to PDF;
- fixed error in SVG export (table with merged cells);
- fixed opening of exported reports in Word 2007;
- fixed incorrect black background when exporting RichObject with image to layered HTML-export;
- fixed the value of the paddingNonSeparatePages variable in ImageExport (OpenSource) to eliminate unnecessary padding;

[WebReport]
+ added support for the Webcil format in FastReport.Blazor.Wasm;
+ added dialog form title to WebReport;
+ added a detailed description of the report compilation error in the WebReport preview;
* the logic of standard images in WebReport has been reworked. Now images are loaded directly into the report, rather than being loaded by a large number of requests from the server;
- fixed a problem with editing tables in a document when exporting a report to Word 2007 via WebReport;

[Extras]
+ added support of FastReport.Plugins.HtmlObject for FastReport.Core.Skia
+ added support for views and functions in the PostgreSQL connector (Extras/Core/FastReport.Data/FastReport.Data.Postgres);
+ added a new filter for selecting file extensions when connecting to SQLite, combining .db and .db3, with the first filter selected by default;
- fixed import of plugins for FastReport .NET with TargetFramework net6.0 and higher;
- fixed the issue of object alignment in a report that contains an HTMLObject plugin;

[Mono]
* changed the tooltip text in RichObject in Mono;
- fixed maximum text length on code pages in the designer.

Transition to a new product forming system
Tue, 09 Apr 2024 18:00:00 -0400

Transition to a new product forming system

Starting June 1, Fast Reports will switch to a new product forming system.

Previously, the product line was formed on the principle of "Product + platform", and compatibility with platforms was evolutionarily added to the entire tool. Now a software product will represent a more specific set of components, providing a wider range of choices for the specific needs of developers.

We have divided products into a set of components and put them together in such a way that you no longer have to pay for unnecessary or unused functionality. This makes our software solutions more flexible.

Now you can purchase not the entire report generator, for example FastReport .NET, but choose the set of its components that you need.

We kept the possibility to choose the license by the number of developers, and also left the option to purchase a separate version with source code or web components.

Ultimate edition will also be available, which contains maximum components and additional tools for working with reports.

The changes will take effect on June 1, 2024.

 

You can read about the package components and prices here:

Delphi direction   .NET direction


FastReport Avalonia is now included in Ultimate .NET
Mon, 25 Mar 2024 19:00:00 -0400

FastReport Avalonia is now included in Ultimate .NET

We have expanded the list of components available for developing your business projects. Now, the subscription to the Ultimate Edition .NET has become even more advantageous! The edition includes a new cross-platform library for generating reports and documents with the ability to print output files on macOS, Linux, and Windows, supporting Avalonia UI, .NET 6, and higher. At the same time, the subscription price has not changed.

FastReport Ultimate .NET is a cost-effective solution for creating projects on all modern .NET platforms, including ASP.NET, Blazor, WASM, WPF, WinForms, Avalonia UI, Mono, and others. With your team, you can work both in the desktop designer and directly from the browser. The Ultimate edition also includes components for data visualization, specifically business graphics with a set of charts and OLAP products for fast processing of large data sets.

Owners of the existing Ultimate .NET subscription can now test FastReport Avalonia for free in their personal account.

Official release of the FastReport Avalonia component
Sun, 24 Mar 2024 19:00:00 -0400

Official release of the FastReport Avalonia component

We are pleased to announce the release of the first version of the universal reporting component FastReport Avalonia.

Develop your business applications with a unified user interface on macOS, Linux, and Windows simultaneously. One piece of code—three platforms!

Our component is compatible not only with the familiar x64 and x86 processor architectures but also works stably on arm64. It supports Avalonia UI, .NET 6, and higher.

The reporting generator includes a powerful report engine, a user-friendly designer with a familiar interface, and a fast report viewer for viewing reports. FastReport Avalonia uses the SkiaSharp graphics engine for maximum comfort. You also have access to all report export formats—PDF, Excel, MS Word, and many more.

FastReport Avalonia is part of the unified FastReport ecosystem in C#. Reports created in other products will work in FastReport Avalonia and vice versa. In FastReport Cloud, you can store your templates, reports, and data sources and then use them in the desktop designer.

To integrate into your project, you need to install the required package from the NuGet repository or download the package from our website to your computer and add the necessary libraries to the project. No additional modules or special extensions are required.

Report generator based on Avalonia UI: FastReport Avalonia
Mon, 04 Mar 2024 18:00:00 -0500

FastReport Avalonia

This spring we will release a powerful library with a single user interface that allows you to embed the report generator in Linux, macOS and Windows applications using Avalonia UI.

Avalonia UI is a .NET-based framework actively used for developing cross-platform user interfaces. With a universal API for building applications, Avalonia supports all major platforms and runtimes and has its own unique interface. Thus, your business solutions will look identical on each operating system.

FastReport Avalonia includes a powerful data processing core, a familiar report designer and a viewer for ready-made reports. Also in the new product, all formats for exporting the generated report are available - PDF, Excel, MS Word and many others.

The library is fully backward compatible with FastReport WPF, FastReport .NET, FastReport Mono. It supports Avalonia UI, .NET 7 and .NET 8.

And even before the official release, we invite you to try its features in a free demo!

Learn more about FastReport Avalonia and try the free demo now.


Download demo for Windows


Download demo for Linux


Download demo for macOS



We are discontinuing support for older versions of .NET
Sun, 03 Mar 2024 18:00:00 -0500

We are discontinuing support for older versions of .NET

Starting from minor build 2024.1.8, FastReport is no longer supported .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5.

Supporting outdated versions of the framework was consuming a significant amount of team resources, delaying the development of new solutions. With the drop of older versions of .NET, we will be able to focus on supporting more current and up-to-date technologies.

With the upgrade of the minimum version, our WebReport will finally be able to take full advantage of DotNet 6. This will speed up the development of new features and highly improve the performance of projects.

The last stable build that still contains support for .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5 is FastReport .NET 2024.1.0. Starting from the minor build 2024.1.8, support for these platforms will be discontinued.

 

Which packages have received the changes?

FastReport.Core - initially there was support .NET Core starting from 2.0. Now we have abandoned: .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5. The minimum version now is .NET Framework 4.6.2 and .NET 6.

FastReport.OpenSource - initially there was support .NET Core starting from 2.0. Now we have abandoned: .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5. The minimum version now is .NET Framework 4.6.2 and .NET 6.

FastReport.Core.Skia - initially there was support .NET Core starting from 2.0. Now we have abandoned: .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5. The minimum version now is .NET 6.

FastReport.Web (Core.Web) - as of 2024.1.0 there was minimal support for .NET Core 3.1. We have dropped: .NET Core 3.1, .NET 5. The minimum version now is .NET 6.

FastReport.Web.Skia (Core.Web) - as of 2024.1.0 there was minimal support for .NET Core 3.1. We have dropped: .NET Core 3.1, .NET 5. The minimum version now is .NET 6.

FastReport.Blazor.Wasm - nothing has changed, the minimum version was and still is .NET 6.

FastReport.NET (previously FastReport.CoreWin) - the minimum supported version was .NET Core 3.1. We have dropped: .NET Core 3.1, .NET 5. The minimum version now is .NET 6 and .NET Framework 4.6.2.

FastReport.WPF - nothing has changed, the minimum version was and still is .NET 6 and .NET Framework 4.6.2.

 

Technical support

You can find packages without these changes on our NuGet server. You can get the latest version of FastReport .NET, which supported .NET Core 2.0, 2.1, 2.2, 3.0, 3.1, .NET 5, upon request to technical support.

Since we now do not guarantee the usability of versions prior to .NET 6, technical support for these questions related to those versions will be discontinued.

Critical bugs that cause FastReport .NET to become completely non-functional with these changes can be fixed at the developer's discretion upon request.

 

Holiday festival discounts until the end of December

Sun, 17 Dec 2023 18:00:00 -0500

Holiday

Hurry up to purchase report generators and analytic tools with a 24% discount from 18th to 31st of December.

This offer is available for the following products in Single and Team editions:

  • FastReport .NET - full-featured reporting library for .NET 8, .NET Core, Blazor, ASP.NET, MVC, and Windows Forms.

  • FastReport WPF - high-performance reporting and document creation library for WPF with .NET 8 support.

  • FastReport Desktop - is an independent software product for creating and automating your reports generation.

  • FastReport Mono - reporting and documents creation library with full sources for the Mono Framework.

  • FastReport Online Designer - visual designer of reports and documents right in your browser.

  • FastReport VCL - VCL library with complete source code for creating reports and documents for Delphi, C++Builder, RAD Studio and Lazarus.

  • FastCube VCL - OLAP library for analysing data and obtaining pivot tables, data slices with reports and graphs.

  • FastCube FMX - cross-platform library for instant OLAP analysis of large data sets.

Discount can be applied when purchasing a new license. It doesn’t apply to renewals and upgrades.

  

TAKE ADVANTAGE

 

Holiday

Has your team grown? We have also prepared a Holiday gift for you!

Special conditions for changing the license edition for a larger number of developers. Write to us to get an upgrade on more favourable terms. 


ENLARGE LICENSE

 

Updating Delphi and Lazarus products to version 2024.1
Sun, 10 Dec 2023 18:00:00 -0500

Updating Delphi and Lazarus products to version 2024.1

This update includes improvements and fixes across our entire line of Delphi and Lazarus products. All products have received updates and support from Embarcadero RAD Studio 12.

 

Report designer improvements

The new "Text" object editor features highlighting of expression elements and tags, allowing for quick identification of expressions within regular text. With interactive bracket highlighting, you will no longer forget to close the bracket of an expression. Furthermore, the editor allows for word wrap during text editing.

Report designer improvements


Note! This functionality is available in the Enterprise version and higher.

Expression highlighting is available not only in the editor but for "Text" objects when editing a report template.

Report designer improvements

Report designer improvements

 

New data field editor

Data presentation is important. The redesigned Data Field Editor allows you to fine-tune the field definitions in the report designer.

New data field editor

 

In the editor, you can update, reset, add, delete, and customize field properties. Properties allow you to assign objects that the designer creates automatically when dragging fields from the data tree, simultaneously linking them to the fields. Configure the report designer for efficient data handling.

New data field editor

 

The new mode for updating the list of fields in the designer allows you to disable the auto-updating of fields and active data connections. Customize field definitions and use them in the report designer without being tied to a heavy database.

New data field editor

 

Please note the change in the serialization scheme of built-in data sources! The internal properties of such objects are now fully serialized to XML in the report template. Such properties may not be readable on older versions of FastReport after they are converted to a new version.


FastQueryBuilder

FastQueryBuilder integration has become optional and is enabled when the appropriate components and packages are added. Enabling or disabling FastQueryBuilder no longer requires package recompilation.


Transports

We have added a new transport to S3 (AWS)—save and download reports from your enterprise storage. Read this article to learn how to set up a connection.

Transports

 

Starting with release 2024.1, we will no longer support development environments released before Embarcadero RAD Studio 10.4 for the FireMonkey platform. Supported environments for the VCL platform remain unchanged.


See the full list of changes

Version 2024.1
---------------

[Engine]
+ Added support for Embarcadero RAD Studio 12;
+ Added the ability to optionally use FastQueryBuilder in FastReport;
- Fixed the behavior of the virtual data set;
- Fixed a bug in FastCube with RAD Studio 12 under x64;
- Fixed HIDPI problems in RAD Studio 10.4;
- Fixed incorrect font scaling in barcodes at HiDPI;
- Fixed incorrect sizes of export filter dialog forms when changing DPI;
- Fixed an error after editing a measure in FastCube FMX;
- Fixed changing the selected line when switching the filter in the Localization Editor;
- Fixed a bug in FastCube when calling the editor script function when double-clicking on a calculation field;

[Designer]
+ Added a new Memo object editor with syntax highlighting (starting from the Enterprise version);
+ Added highlighting of expressions and syntax in the Memo object in the report designer workspace;
+ Added a new field definition editor (replacing the old alias editor);
+ Added the ability to specify the type of drag object when dragging data from the data tree;
+ Added the ability to disable auto-updating of the list of fields in the report designer;
- Fixed a bug with the “Gradient” object style property in the Object Inspector;

[Export]
*Сhanged the use of Indy TLS in the email export filter;
- Fixed positions of ligatures in languages written from right to left in the PDF export filter;

[Lazarus]
- Fixed a bug in the frxSQLEditorForm form;
- Fixed syntax note error in Lazarus;
- Fixed FastCube cross-editor in FastReport integration components;

[Other]
- Fixed the error “module FMX.ConverterFR3toFRFMX.pas does not exist in LibRSXX\FMX”;
- Fixed the error “frx package does not contain the frxFileSignature module”;

[Report object]
- Fixed IBO package for RAD Studio 12;

[Transports]
+ Added S3 transport;
+ Added support for AWS in S3-Transport;
- Fixed default file extension when saving to clouds from preview;
- Fixed opening reports from cloud storage.

Hurry up to get FastReport WPF with a discount of up to 50%
Sun, 03 Dec 2023 18:00:00 -0500

Hurry up to get FastReport WPF with a discount of up to 50%

High performance reporting library and documents for WPF with a discount of up to 50%


Hurry up to save on the powerful library for creating reports from December 4 to 15.

  • We offer 50% off if you have an active subscription to one of the .NET products (FastReport .NET, FastCube .NET, FastReport Business Graphics .NET, FastReport Mono, FastReport Desktop).
  • And 30% off if your subscription to a .NET product has expired.


FastReport WPF
helps to generate reports and documents with all the benefits Windows Presentation Foundation (WPF). Develop your business applications to suit the needs of your requirements on Desktop and WEB platforms. It supports .NET Framework, .NET 7 and .NET 8.

The discount are applied to all product editions except Ultimate (Since FastReport WPF is already included in this edition).

You can take advantage of the offer by contacting our managers at sales@fast-report.com or via chat on our website.