Platform
Features
Resources
Company
Platform
Features
Resources
Learning
Company
Released on May 04, 2020
The Report Designer Add-On is removed from the Embedded Reporting Tools setup and released it as a new standalone Bold Report Designer setup.
Released on April 01, 2020
To support the Angular 9, we made the following, notable changes with Bold Reports Angular components.
| Scenario | Existing Angular Package | Latest Angular Package |
| Importing components | // imports Report Viewer import { BOLD_REPORTVIEWER_COMPONENTS } from ‘ @boldreports/angular-reporting-components/src/reportviewer.component’; // imports Report Designer import { BOLD_REPORTDESIGNER_COMPONENTS } from ‘@boldreports/angular-reporting-components/src/reportdesigner.component’; | // imports Report Viewer import { BoldReportViewerModule } from ‘ @boldreports/angular-reporting-components‘; // imports Report Designer import { BoldReportDesignerModule } from ‘ @boldreports/angular-reporting-components’; |
| Importing modules | // imports both the Report Viewer and Designer import { BoldReportsAngularModule } from ‘@boldreports/angular-reporting-components’; | // imports both the Report Viewer and Designer import { BoldReportsModule } from ‘ @boldreports/angular-reporting-components’; |
| Script references | We only refer this data-visualization controls scripts. Example: import ‘@boldreports/javascript-reporting-controls/Scripts/data-visualization/ej.bulletgraph.min’; import ‘@boldreports/javascript-reporting-controls/Scripts/data-visualization/ ej2-circulargauge.min; | We need to refer this Report Viewer and Designer scripts along with the existing data-visualization script references. Report Viewer import ‘@boldreports/javascript-reporting-controls/Scripts/bold.report-viewer.min’; Report Designer import ‘@boldreports/javascript-reporting-controls/Scripts/bold.report-designer.min’; Data Visualization Example: import ‘@boldreports/javascript-reporting-controls/Scripts/data-visualization/ej.bulletgraph.min’; import ‘@boldreports/javascript-reporting-controls/Scripts/data-visualization/ ej2-circulargauge.min; |
Released on March 20, 2020
The Bold Reports Cloud report management systems comes with an end-to-end solution to create and manage reports without any installation. All you need is to register your subdomain and the report server will be deployed automatically. The Cloud product comes with the following interactive features:
Released on March 10, 2020
Report Designer resource write and read API’s has been restructured to support the resource write and read actions with external storage location. Please refer to this help topic for more information.