The Reports.JS scripts can be loaded from a CDN instead of being hosted with your application, which speeds delivery and simplifies updates.

Reference the scripts from a CDN.
<script src="https://cdn.jsdelivr.net/npm/stimulsoft-reports-js/Scripts/stimulsoft.reports.js"></script>
<script src="https://cdn.jsdelivr.net/npm/stimulsoft-reports-js/Scripts/stimulsoft.designer.js"></script>
<script src="https://cdn.jsdelivr.net/npm/stimulsoft-reports-js/Scripts/stimulsoft.viewer.js"></script>
Use them as usual once loaded.
var report = new Stimulsoft.Report.StiReport();
report.loadFile('../reports/SimpleList.mrt');

var designer = new Stimulsoft.Designer.StiDesigner();
designer.renderHtml('content');
designer.report = report;

How it works. The browser fetches the library from the CDN's edge cache, offloading delivery and keeping the scripts up to date with the published package.

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