Release Announcement: Bold Reports 14.1.12 has arrived! Explore the latest features here.
Ready to Migrate Crystal Reports?
Schedule a Migration CallProduct
INTEGRATE
REPORTING CAPABILITIES
QUICK LINKS
Demos
Migrate
Solutions
Resources
Released on April 26, 2024
Released on April 03, 2024
Released on March 28, 2024
Released on March 21, 2024
Released on March 13, 2024
Released on March 08, 2024
Released on March 06, 2024
Released on February 26, 2024
To improve the categories listing based on user permission in Bold Reports Server, we made the notable changes with `GetItems` action in Bold Reports External Server Controller.
| Old code snippet | New code snippet |
|---|---|
| public override List<CatalogItem> GetItems(string folderName, ItemTypeEnum type) { <Your Implementation> } | public override List<CatalogItem> GetItems(string folderName, ItemTypeEnum type, string permissionType) { <Your Implementation> } |
The Bold Reporting Tools ASP.NET MVC components will no longer be actively developed and will be marked as the end of support after the 2025 Volume 1 release. However, ASP.NET MVC related to NuGet will be updated until then. If you want to use the ASP.NET MVC Reporting components in the future, you may continue to use them till the version 2025 Volume 1 release, and bug fixes are provided as patches as long as Microsoft supports it, even after the 2025 Volume 1 release. It is recommended to use the latest
Blazor or ASP.NET Core for new web application development.
Released on February 07, 2024
Released on February 01, 2024
Released on January 24, 2024
Released on January 18, 2024
Released on January 10, 2024
Released on January 03, 2024
Released on December 22, 2023
Provided Chromium-based engine (Puppeteer) to export images and visualization elements in all export document. The PhantomJS marked as absolute, and it will be deprecated any of upcoming release. The Chromium-based engine doesn’t support Azure App Service or Linux ARMx64.