The classic ReportDesigner have the following list of internal and external dependencies to render the component.
This section lists the dependencies of Bold Reports Designer version less than
v5.2.xx
.
Internal dependencies
Name | Details | CDN link |
---|---|---|
bold.reports.common.min.js | Common script for reporting widgets. | https://cdn.boldreports.com/6.3.24/scripts/common/bold.reports.common.min.js |
bold.reports.widgets.min.js | Supports Syncfusion widgets to render in HTML5 format and it contains the dependent Syncfusion controls that is common for both report designer and viewer. | https://cdn.boldreports.com/6.3.24/scripts/common/bold.reports.widgets.min.js |
bold.report-designer-widgets.min.js | Supports Syncfusion widgets to render in HTML5 format and it contains the dependent Syncfusion controls for report designer | https://cdn.boldreports.com/6.3.24/scripts/common/bold.report-designer-widgets.min.js |
ej.chart.min.js | Renders the chart gauge item. Add this script only if your report contains the chart gauge report item. | https://cdn.boldreports.com/6.3.24/scripts/data-visualization/ej.chart.min.js |
ej2-base.min.js | Renders the gauge item. Add this script only if your report contains the gauge report item. | https://cdn.boldreports.com/6.3.24/scripts/ common/ej2-base.min.js |
ej2-data.min.js | Renders the gauge item. Add this script only if your report contains the gauge report item. | https://cdn.boldreports.com/6.3.24/scripts/ common/ej2-data.min.js |
ej2-pdf-export.min.js | Renders the gauge item. Add this script only if your report contains the gauge report item. | https://cdn.boldreports.com/6.3.24/scripts/ common/ej2-pdf-export.min.js |
ej2-svg-base.min.js | Renders the gauge item. Add this script only if your report contains the gauge report item. | https://cdn.boldreports.com/6.3.24/scripts/ common/ej2-svg-base.min.js |
ej2-lineargauge.min.js | Renders the linear gauge item. Add this script only if your report contains the linear gauge report item. | https://cdn.boldreports.com/6.3.24/scripts/data-visualization/ej2-lineargauge.min.js |
ej2-circulargauge.min.js | Renders the circular gauge item. Add this script only if your report contains the circular gauge report item. | https://cdn.boldreports.com/6.3.24/scripts/data-visualization/ej2-circulargauge.min.js |
ej2-maps.min.js | Renders the map item. Add this script only if your report contains the map report item. | https://cdn.boldreports.com/6.3.24/scripts/data-visualization/ej2-maps.min.js |
bold.report-viewer.min.js | Used to preview the reports in report designer. | https://cdn.boldreports.com/6.3.24/scripts/bold.report-viewer.min.js |
bold.report-designer.min.js | Used to render the Syncfusion JavaScript Report Designer widget. | https://cdn.boldreports.com/6.3.24/scripts/bold.report-designer.min.js |
External dependencies
Name | Details | CDN link |
---|---|---|
jQuery 1.7.1 and later versions | Common jQuery script to render the Syncfusion JavaScript Reporting widgets | https://cdn.boldreports.com/external/jquery-1.10.2.min.js |
jsrender | The script to render the templates in the browser. | https://cdn.boldreports.com/external/jsrender.min.js |
Codemirror |
Report Designer requires the code mirror scripts to edit the SQL queries and Visual Basic code functions with syntax highlighter.
|
https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/codemirror.min.js https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/addon/hint/show-hint.min.js https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/addon/hint/sql-hint.min.js https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/mode/sql/sql.min.js https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.44.0/mode/vb/vb.min.js |
Internal dependencies
Name | Details |
---|---|
bold.reports.all.min.css | It contains the styles and css references of dependent components. |
bold.reportdesigner.min.css | It contains the styles and css references of Report Designer component. |
The CDN links for all supported themes are provided in the below table. Refer the following syntax:
https://cdn.boldreports.com/[version]/content/[theme-name]/[fileName]
External dependencies
Name | Details | CDN link |
---|---|---|
Codemirror |
Report Designer requires the code mirror styles to edit the SQL queries and Visual Basic code functions with syntax highlighter.
|
https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/codemirror.min.css https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.37.0/addon/hint/show-hint.min.css |