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>

In the screenshot below you can see the result of the sample code:

Loading Scripts in Part to Minify Project

By using this website, you agree to the use of cookies for analytics and personalized content. Cookies store useful information on your computer to help us improve efficiency and usability. For more information, please read the privacy policy and cookie policy.