This example demonstrates how to load script in part.
Engine script contains only all what you need to load and render a report, work with data. It's necessary for linking:
<script src="/../script/stimulsoft.reports.engine.js" type="text/javascript"></script>

Chart script contains components for work with all types of charts in a report:
<script src="/../script/stimulsoft.reports.chart.js" type="text/javascript"></script>

Export script contains algorithms to export a rendered report in various formats – PDF, HTML, Excel, RichText and the others:
<script src="/../script/stimulsoft.reports.export.js" type="text/javascript"></script>

Import script contains algorithms for work with Excel data sources:
<script src="/../script/stimulsoft.reports.import.xlsx.js" type="text/javascript"></script>

Maps script contains components for work with regional and online maps:
<script src="/../script/stimulsoft.reports.maps.js" type="text/javascript"></script>

It contains visual editor Blockly for creating event scripts in a report. The Event handler is embedded in report engine:
<script src="/../scripts/stimulsoft.blockly.js" type="text/javascript"></script>

Also, if you need a dashboards, this script contains all what you need to work with dashboards:
<script src="/../scripts/stimulsoft.dashboards.js" type="text/javascript"></script>

На скриншоте ниже Вы можете увидеть результат выполнения данного кода:

Loading Scripts in Part to Minify Project

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.