In version 2026.1 for FastReport VCL, the report engine features have been expanded: new properties for the dynamic table builder and report band management, improved designer, and more.
A new version of FastReport .NET 2026.1 has been released with several significant updates: a unified demo center for .NET products with demonstration applications, a report designer with built-in plugins for databases. A new Ribbon UI interface and RibbonDesignerControl have been added, and exports have been improved (the ability to export formulas to Excel and configure image quality when exporting to Word).
Changes have also been made to our WebReport. The toolbar design has been improved, cache clearing has been added when the Circuit is completed in Blazor Server, and additional settings have been added for WebReport created through the Online Designer. WEB demo applications for ASP.NET, ASP.NET Core, Blazor Server, and Blazor WASM have been updated, and much more.
New Features
Unified Demo Center for the .NET Lineup
We have a rich lineup of .NET products. Each one comes with at least one demo application. In some cases, there can be up to a dozen.
We’ve developed a demo center—an application that brings together all our demonstration examples. Now, after installing it, you can explore and try out all of our products.
In the demo center, you can select the application you need. It will launch either as a program or open in your browser for an online demonstration.
Report Designer Build with Connection Plugins
The report designer allows you to use connections to various databases as data sources for reports.
Some data sources are available by default. However, many of them are implemented as plugins for technical reasons. The advantage of plugins is that you can install only the ones you need.
But there is also a downside: they need to be downloaded, compiled, and added to the designer. Difficulties can arise at this stage.
To avoid installing plugins yourself, we’ve included a build of the designer with all available plugins in our application.
Learn more about the designer with plugins in the article.
Read the article
New Ribbon UI and RibbonDesignerControl
A modern interface for report designers based on Ribbon UI is a significant upgrade, improving the user experience. It features high interactivity and an intuitive structure, optimizing report creation and editing.
Previously, Ribbon support already existed, but the old interface had its drawbacks. It can still be enabled in the designer settings, as before.
A restart of the designer is required for the changes to take effect.
In addition, a new control has been added — RibbonDesignerControl. It allows you to use Ribbon UI in your own applications. Previously, this was not possible, as only StandardDesignerControl was available.
Excel Report Export with Formula Support
Now, when saving reports to Excel, it’s possible to enable the “Export Formulas” option.
This means that text elements, table cells, and matrices with valid Excel formulas will be saved as formulas. When you open such a file in Excel, all the formulas will function correctly.
For example, an object containing the text:
=A1+B1
Will be converted to a cell with the corresponding formula. If the formula is incorrect from Excel’s perspective, the object will be saved as plain text.
Find more detailed information about the limitations and features of exporting with formulas in the article.
Read the article
Image Quality Settings for Word Export
You can now configure the image quality when exporting a report to MS Word.
A new “Images” tab has appeared in the export settings. There, you can choose to save with the original resolution, for printing, enable compression, or select one of four qualities: standard, low, medium, or high.
For more detailed information, read the article.
Read the article
Improved Paragraph-Based Export in OpenOffice Writer
The paragraph-based export mode in OpenOffice Writer has undergone significant changes.
The process is now faster, the document complies with modern standards, and takes up less space. Numerous errors have been fixed, including issues with styles. The logic for generating pages has also been updated.
Changes in WebReport
New Toolbar Design in .NET Framework WebReport
A new toolbar design has appeared in .NET Framework WebReport, which now matches the other versions of WebReport. To use the updated interface, use the following property:
WebReport.UseNewInterface = true;
Before:
After:
WebReport Cleanup on Circuit Completion in Blazor Server
In Blazor Server, the ability to clear WebReport from the cache when a user session (Circuit) ends has been added. A Circuit is a user session based on SignalR (WebSocket or long polling). Now, when a Circuit closes (for example, when a tab is closed or a report is switched), the associated WebReport is automatically removed from the cache, which reduces memory consumption. The option is enabled as follows:
services.AddFastReport(options =>
{
options.CacheOptions.UseCircuitScope = true;
});
The new UseCircuitScope option works as an add-on to the existing cache settings and does not change their logic. UseCircuitScope can only speed up the removal of the report from the cache, but never extends its lifetime beyond the specified rules.
Configuring a New WebReport Created via Online Designer
In the Online Designer, it is now possible to create a new WebReport directly from the interface. However, by default, the report will be empty: without connected data and without configured restrictions. To solve this problem, the following options have been added:
services.AddFastReport(options =>
{
options.Designer.OnWebReportCreated = (webReport, serviceProvider) =>
{
// WebReport configuration example
webReport.EmbedPictures = true;
webReport.Report.RegisterData(...);
};
// or an asynchronous version of the method
options.Designer.OnWebReportCreatedAsync = (webReport, serviceProvider, cancellationToken) =>
{
webReport.EmbedPictures = true;
webReport.Report.RegisterData(...);
return Task.CompletedTask;
};
});
Using one of these options, you can further configure the WebReport (or the Report itself) using any available parameters. The changes will be immediately applied to the report in the Online Designer.
Updated WEB Demos
We have updated the WEB demo applications for ASP.NET, ASP.NET Core, Blazor Server, and Blazor WASM. The updates include a unified design and new reports.
Ability to Disable Borders on WebReport Pages
It is now possible to disable the shadows that separate pages in WebReport. To do this, use the following code:
WebReport.PageBorderVisible = false;
Full list of changes
[Engine]+ added the ability to choose encoding when connecting to an XML database;+ added support for asynchronous requests in database connectors;+ fixed an error with calculating the sizes of Polygon and Polyline objects;* supplemented the description of the IsNull function;* changed behavior in the methods for setting the values of the RFIDLabel.UseAdjustForEPC and RFIDLabel.RewriteEPCbank properties;- fixed an assembly loading error when compiling a report script;- fixed an error with the clipping area in SVG;- fixed a text display error in SVG if absolute character positioning is specified;- fixed an error with resetting the parameter value when setting it using the SetParameterValue() method;- fixed an error where table rows and columns with the Printable property disabled were printed;- fixed an XXE vulnerability in the SVG object;
[Designer]+ added support for horizontal scrolling gesture in designer and report preview windows;+ added Ctrl key support for selecting multiple objects in the designer (previously the Shift key was used);+ added a build of the designer with database connection plugins;+ added display of the number of bytes in the RFID editor;+ added a setting to display extended information about the position of an object in the designer;+ added an alternative grid (Alt + mouse) in the designer;+ added scaling of objects relative to their own center (Shift + corner markers);+ added RibbonDesignerControl and new Ribbon UI;+ added transfer of fields by dragging and double-clicking in the standard report wizard;+ added the PaperSizeEqual(...) method for comparing the sizes of the paper used;+ added support for change notifications in the Collection Editor;* changed the OpenLink method in AboutForm;* changed the sequence of calling the CheckDirectories method;- fixed the visibility error of the StartReport and FinishReport events;- fixed an error with an empty database name when connecting to MongoDB;- fixed an error with line spacing when exporting to Word;- fixed an error with resizing small objects;- fixed an error with displaying the position and size of an object in the designer;- fixed an error with returning the result of an empty parameter expression;- fixed an error with missing icons in the code editor;- fixed an error in the code editor when using snippets;- fixed an error with the line offset when resizing non-diagonal lines in the designer;- fixed errors in the SVG object editor;- fixed an error in the MDI mode of the report designer;- fixed an error where Scale, Pointer, and Border were drawn twice for SimpleGauge;- fixed the incorrect display of some windows in High DPI mode (target net60-windows);- fixed drag and drop in Avalonia and WPF designers;
[Preview]- fixed errors when selecting the paper type;- fixed the behavior of the “Properties” button in the print window;- fixed an error in the print dialog;
[Exports]+ added XPSExport.PrintOptimized property;+ added exporting the digital signature object name when exporting to PDF;+ added changing the text color and filling the text box in ZPL;+ added the ability to validate Excel formulas for MS Excel export;+ increased the export speed of a table with an opaque background;* corrected the brightness of the watermark when exporting to MS Word;- fixed the export of semi-transparent images to PDF;- fixed an error with incorrect closing of the “div” tag during tabular export to HTML;- fixed the export of different top and bottom headers on separate pages in all export options to Word (tabular, layered, paragraphs);- fixed an error with the Cambria font in PDF export;- fixed errors causing slow export of interactive forms to PDF;- fixed an error with missing characters when exporting to PDF;- fixed an issue with missing Padding when exporting to Word using TextRenderType = HtmlParagraph;- fixed the export of transparent fill of shapes in Word;- fixed incorrect navigation to a bookmark in a Word document after export;- fixed text positioning when exporting to HTML with the HrAlgin.botom property enabled;- fixed an error when exporting to PDF with some SVG files;- fixed the export of LineObject to HTML;- fixed an error with the space width when exporting to PDF;- fixed the appearance of a border around the image in a table after exporting to Word;- fixed incorrect indents when using the top/bottom header option in Word export;- fixed an error when opening a file after exporting to Word using headers;- fixed an error with double borders of an object in layered HTML export;- fixed the export of RichObject to ODT format in paragraph mode;- fixed the formation of text with the justification property when exporting to Word;- fixed text styles and pagination during ODT export in paragraph mode;- fixed an error when exporting to Word in paragraphs with an incorrect left indent of the object;- fixed a problem with opening some files when exporting to Excel;- fixed an error with field widths when exporting to Word;- fixed an error importing DOCX documents;
[Common]+ added a field of properties of the start/end character in Codabar;* updated MySqlConnector dependency to version 2.4.0;- fixed database binding for a chart with a JSON data source;- fixed an error when changing the printer, the paper format was reset;- fixed an error displaying extra coordinates when exporting to ZPL;
[Demos]- fixed the “Deutsche Leitcode” barcode type in demo reports;
[Extras]+ added support for the Apache Ignite plugin for other platforms;- fixed an error when importing docx files.
Every year, Fast Reports shows up at the BASTA! conference to present its strength on the reporting and standard document market.
The fall BASTA! conference for .NET, web & AI innovation took place from 23rd till 25th of September 2025 in the beautiful city Mainz in Germany. Over 500 software professionals visited the event and we spoke to 120 people amongst them.
One very valuable review from a customer I kept in my mind. A garbage can disposal needs to write invoices to each residential area which includes 300 pages. Already since 1998 they have successfully worked with FastReport .NET Ultimate and have always been renewing the versions.
For those potential customers that are planning to switch from another report generator to Fast Reports or deepen the usage of the FastReport products we are scheduling a road show before and after the spring BASTA! in March 2026.
Victoria SchmidtFast Reports Team
On September 18, Fast Reports took part as an exhibitor at the Entwickler SUMMIT, hosted in the historic Colosseum cinema in Berlin to celebrate the 30th anniversary of Entwickler Magazin.
The event, organized by Software & Support Media, brought together around 2,000 software professionals and became a vibrant meeting point for knowledge sharing, networking, and inspiration. Among the highlights was the presence of Neal Stephenson, world-famous science-fiction author and tech visionary.
For Fast Reports, it was a fantastic opportunity to connect with the developer community, exchange ideas, and showcase our products to an engaged and curious audience. Participants were also able to participate in a raffle. Congrats to the winners! Looking forward to the next event.
Our team has completed work to ensure full compatibility of FastReport VCL (and all its editions) with RAD Studio 13. We thoroughly tested the changes while maintaining backward compatibility with older Delphi versions.
Support for RAD Studio 13, Delphi 13, and C++Builder 13 provides developers with access to new IDE features, improved performance and application stability, as well as reduced debugging time.
Update 2025.2.8 with built-in support for RAD Studio 13 is already available in your customer panel.
To mark our company’s anniversary, we’re offering a 20% discount on all editions of FastReport VCL, FastReport .NET, and FastReport Desktop!
FastReport VCL – reporting solution for Delphi/C++Builder
FastReport .NET – reporting solution for the .NET platform
FastReport Desktop – a ready-to-use report generator that requires no programming
This offer is valid until August 31, 2025 (inclusive) and applies to new purchases only (not license renewals).
If you’ve been planning to purchase or upgrade our products — now is a great time to do it and save.
Don’t miss the chance to celebrate with us — treat yourself to a great deal!
DWX is the event for AI, Cloud, Web and .NET. An estimated number of 2500 software developers, AI pioneers and tech decision-makers was expected in the beautiful Congress Centre Rosengarten in Mannheim. Fast Reports was represented with a booth of 4m² supported by a 55“ flat screen where the Fast Reports movie was constantly played. Expert talks were held throughout the day in different rooms.
To attract potential customers Fast Reports decided to give away a backpack with a LED screen on each day of the event. The raffles took place towards the end of the day during the coffee break. While the participants collected the tickets for the raffle and their batches were scanned, we started an informative small talk about the company.
Most of the booth visitors were software developers employed in companies from various work areas, including aviation and medicine. The needs of our potential customers are still the fast reports in terms of the documentation generating speed rate to save time, money and nerves. We could also impress by giving the information about the standard documentation support of FastReport products like PDF A and ZUGFeRD. Nevertheless, the advantages of processing big data volumes by the FastReport products awakened much interest in our leads.
Evening gatherings like the very well organised Casino Night or the Partner Meet Up gave possibilities to make further contacts and introduce Fast Reports to the most potential customers.
We are looking forward to participating in the Developer Week next year and would like to motivate the organisers to invite more visitors by Partner Networking over the year.
FastReport Cloud is a cloud service for running, storing, editing, and managing reports and documents.
Experience all the benefits of SaaS with 50% savings:
Create reports in the cloud — no load on your computer, accessible from anywhere in the world
Built-in report designer
Automation and scheduled tasks
Collaborative work with flexible access control
Secure operation with protected login and digital signature
Benefits of FastReport functionality: connect to various data sources, export to popular formats, and deliver reports conveniently
Flexible plans to fit every user’s needs
Pay for 6 months, get 12 months of access!