News

October 15, 2024

Updating .NET products to version 2025.1

In this release, we have focused on implementing long-awaited features that greatly simplify the process of developing templates for reports. Now you can add a report page with a link, asynchronous report preparation with undo support, text rotation with TextRenderType.HtmlParagraph, text search in code editors, export to images for WebReport and much more.
October 15, 2024

Attention: we no longer work with Digital River

Due to a systematic breach of contract conditions, we no longer work with Digital River. All licenses and renewals payments are redirected to another payment aggregator.  If you have any questions regarding the payments, make sure to contact our support team. 
October 15, 2024

New version of FastReport Business Graphics .NET 2025.1

We present you the release of FastReport Business Graphics .NET 2025.1, which includes important fixes and improvements. This update improves the stability of the library, improves the accuracy of displaying elements, and eliminates problems related to changing data in charts.     Key changes in version 2025.1 Fixed a visual error with the arrangement of elements at non-standard DPI  The new version solves the problem with displaying elements on forms when using non-standard DPI values ​​(dots per inch). Now the interface scales correctly, maintaining the exact location of all elements, which improves the display quality on high-resolution monitors.     Fixed positions of elements in the Gantt chart editing form  The Gantt chart editing form has been fixed to correct inaccuracies in the positioning of elements. This update ensures that controls on the form now display and respond correctly, making it easier to customize the chart.     Fixed a bug with rendering text on the Gantt chart Previously, there was an issue where text in Gantt charts was displayed incorrectly or not displayed at all. In the new version, this error has been fixed, and text in charts is now displayed correctly, which improves the readability and information content of the charts.     Fixed bug with changing values ​​in Gantt chart This issue prevented the start value of a segment in a Gantt chart from being changed. Now, data changes are reflected in real time, and users can easily edit time intervals in charts.     Complete changelog * updated EULA;- fixed a visual issue in the position of elements on the form when using a non-standard DPI;- fixed positions of elements in the Gantt chart editing form;- fixed an error with text rendering on the Gantt chart;- fixed a bug where the values in the Gantt chart did not change if you tried to change the started value of the segment;
October 15, 2024

Release the new version of FastCube .NET 2025.1

Meet the new FastCube .NET 2025.1 release — a product relaunch with many key changes. This major update includes important architectural improvements, support for new platforms, and expanded capabilities for OLAP component developers.     Removed dependency on System.Drawing.Common library in FastCube.Core One of the key changes in the FastCube .NET 2025.1 release was the complete removal of the dependency on the System.Drawing.Common library in the FastCube.Core module. This step was taken to improve the library's compatibility with various platforms and improve performance. The graphical capabilities that were previously implemented through System.Drawing.Common have been reworked. Now FastCube .NET uses more modern and cross-platform approaches to working with data visualization and other interface elements. In particular, working with charts and visual components has been moved to separate libraries. This provides more flexibility in managing dependencies and using graphics in reports. In the new version, to specify a font in FastCube .NET styles, you must use the FastFont class instead of Font. The new font implementation does not contain any logic, and is only a container for data.     The OLAP engine has been moved to the FastCube.Core library One of the most significant changes in the FastCube .NET 2025.1 release was the complete separation of the OLAP engine into a separate library - FastCube.Core. If you don't need visual components, you can add only the FastCube.Core library to your projects without including other parts of FastCube. This simplifies the setup and reduces the number of libraries to include. FastCube now has a modular architecture, where each component performs its specific task. The OLAP engine, visual components, charting and other parts of the library are in separate modules. For existing projects where visual components have been connected, no additional actions will be required.     Added Linux and MacOS support for FastCube.Core.Web FastCube .NET 2025.1 release adds full Linux and MacOS support for web solutions using FastCube.Core.Web for the first time. This is an important extension of platform compatibility that allows OLAP applications to run on servers running different operating systems. Cross-platform development is available. Now FastCube.Core.Web can be used not only on Windows, but also on Linux and MacOS. This opens up the possibility of developing web applications with OLAP functionality on any server. Support for Linux and MacOS allows you to easily integrate FastCube into containers (e.g. Docker), which is important for scalable web applications and cloud solutions. You will be able to create universal web applications that work equally stably on different operating systems.     ARM (64 bit) support for web components The FastCube .NET 2025.1 release adds support for the ARM64 architecture for web components. This compatibility extension allows you to run web applications using FastCube on devices with ARM64 processors, such as Raspberry Pi, servers, and cloud solutions on the ARM64 architecture. ARM64 support also makes it possible to use FastCube in low-power scenarios.     Separate libraries for working with diagrams and dependencies from FastReport.DataVisualization In the FastCube .NET 2025.1 release, the libraries responsible for working with charts and dependencies on FastReport.DataVisualization were moved to separate FastCube.Mono.Chart and FastCube.WinForms.Chart libraries. This simplifies dependency management and increases flexibility in application development. Previously, the functionality for creating diagrams was built into the main FastCube package, which made it mandatory even for projects where diagrams were not used.     Replacement for the deprecated IHostingEnvironment The FastCube .NET 2025.1 release replaces the legacy IHostingEnvironment interface with the more modern IHostEnvironment. This allows the platform to adapt to current development requirements and prepare for future .NET 9 updates.     XML documentation for all source codes In the FastCube .NET 2025.1 release, all source codes are now accompanied by XML documentation, which significantly improves the process of developing and integrating library components. We aim to improve the developer experience and improve code understanding. Online documentation     Changing the script engine The FastCube .NET 2025.1 release includes an updated script engine. This change significantly improves scripting and increases system stability. The script engine for .NET 6 is now based on Roslyn. With the new ReferencedAssemblies property in the FastReport.Olap.Utils.Config static class, you can control the list of assemblies included in the script.     Other breaking changes In the new release, due to the reworking of the engine architecture, some methods and types have become obsolete, they do not relate to OLAP functionality and have been removed. Full list     Complete changelog + added a new demo application showing the ability to save and load a cube on the web; + added xml documentation for FastCube.WinForms package;+ added xml documentation for FastCube.Mono package;+ added xml documentation for FastCube.Core.Web package;+ added xml documentation for FastCube.Core package;+ added xml documentation for FastCube.WinForms.Chart package;+ added xml documentation for FastCube.Mono.Chart package;+ added xml documentation for FastCube.Mono.Report package;+ added xml documentation for FastCube.WinForms.BusinessGraphics package;+ added xml documentation for FastCube.WinForms.Report package;+ added XML documentation for the FastCube.Core.Web package;+ added a new article describing the minimum system requirements;+ added a new article to the documentation about descriptions of the packages;+ added compatibility library with FastReport.DataVisualization for displaying FastCube.Winforms slice charts;+ added compatibility library with FastReport.DataVisualization for displaying FastCube.Mono slice charts;+ added demo application for Linux docker container;+ added Linux support for FastCube.Core.Web package;* updated build scripts;* changed the way plugins registration, now plugins cannot be loaded twice automatically;* now FastCube.WinForms and FastCube.Mono are not independent packages, the core of the OLAP component is completely moved to FastCube.Core;* changed scripts in three cubes for compatibility with .NET 8 and .NET 9;* the structure of the documentation has been changed, some sections have been moved to the root;* the Extras folder that stores the compatibility package sources is now only available in the source version of the product;* updated EULA;& updated script builder for working with .net 6 and higher, this is a breaking change for all new FastCube .NET packages, if you used Variant, then instead of strict typing in the script you need to use only the name of the Variant class itself, since in some scripts there is a conflict between FastReport .NET and FastCube .NET in the script by default only a minimal set of libraries are included;& security fixes in the all demo apps;& security fixes in the chart component code for FastCube.WinForms;& security fixes in the chart component code for FastCube.Mono;- fixed the list of dlls to the script;- fixed an access modifiers of class members in FastCube.Core.Web;- removed and replaced dependency on deprecated IHostingEnvironment in FastCube.Core.Web;- fixed documentation title;- the Config class and its methods of the FastCube.Core.Web library are marked as deprecated, they are no longer used and do not affect the functionality of the component;- export to BIFF8 has been removed in the FastCube.Core package because this export requires a graphic context, if there are user requests, we will add BIFF8 export in plugins;- removed dependency of System.Drawing in FastCube.Core package, now the package can be used under Linux and MacOS.
September 02, 2024

Changes to the FastCube .NET License Agreement and Terms of Use

We would like to inform you about changes to the agreement on use and distribution for .NET products. The changes affected paragraph 1.5: a list of dll and xml was added that the User and/or End User have the right to use as part of the KPO. You can read the changes at this link. The changes come into effect on September 30, 2024. We would also like to inform FastCube .NET license holders that the product will be transitioning to a subscription licensing model starting September 30. Technical support and updates for previously purchased licenses for this product will no longer be available. The transition to a subscription license means that the license is valid for 12 months from the date of purchase. During this period, you receive technical support and updates. After this period, to continue receiving updates and support, you can renew it for 50% of the full cost (the discount is valid for 1 month after the license expires). We will be happy to answer questions by email at support@fast-report.com
August 06, 2024

We treat you with a discount on report generators in honor of our birthday

Dear clients, we are happy to announce great news! This year our company celebrates a remarkable event - we are 26 years old! During these years we have come a long way of development and achieved significant success. We are proud to have become a reliable partner for many companies and organizations. Our team is grateful to you for your trust and support throughout these years. In celebration of this holiday we decided to treat you with discounts on our solutions.  From August 6 to August 20 you can purchase a .NET or Delphi-based license with discounts of 10%, 20% and 25%. This is a great opportunity to purchase a license for a set of tools that will help automate and simplify the process of creating reports and documents for .NET, Delphi, as well as speed up the development of cross-platform reports on FMX, Lazarus, Avalonia.   The discount is available only when you purchase a full license. The offer does not apply to renewals and upgrades.
June 26, 2024

Fast Reports Wins ComponentSource Award

ComponentSource awarded Fast Reports a Top 50 Publisher in the 2024 annual ComponentSource Awards.  Once again we are pleased to be included in the Top 50 Best Software Publishers according to ComponentSourse!
Fast Reports
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314

© 1998-2024 Fast Reports Inc.