Release Announcement: Bold Reports 10.1.11 has arrived! Explore the latest features here.
Platform
Demo
Learning & Support
Company
Platform
Demo
Learning & Support
Company
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; |