Loading Scripts in Part to Minify Project
Наши примеры проектов и шаблоны отчётов помогут Вам разобраться в основах работы с нашими продуктами.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:
Chart script contains components for work with all types of charts in a report:
Export script contains algorithms to export a rendered report in various formats – PDF, HTML, Excel, RichText and the others:
Import script contains algorithms for work with Excel data sources:
Maps script contains components for work with regional and online maps:
It contains visual editor Blockly for creating event scripts in a report. The Event handler is embedded in report engine:
Also, if you need a dashboards, this script contains all what you need to work with dashboards:
На скриншоте ниже Вы можете увидеть результат выполнения данного кода:

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>На скриншоте ниже Вы можете увидеть результат выполнения данного кода:
