Ошибки при работе с nodejs
Добавлено: 17 июл 2017, 15:07
Stimulsoft.Reports.JS
Version: 2017.1.9
Build date: 2017.07.12
При подключение stimulsoft.reports.src.js в nodejs
Ошибки
1) Element is not defined
2) navigator is not defined
3) window is not defined
Так же ошибка при попытке загрузить шаблон отчёта с графиком
Version: 2017.1.9
Build date: 2017.07.12
При подключение stimulsoft.reports.src.js в nodejs
Ошибки
1) Element is not defined
Код: Выделить всё
if (Element !== 'undefined')
Код: Выделить всё
userLang = navigator.language || navigator["userLanguage"];
Код: Выделить всё
window["ErrorClass"] = Error;
Код: Выделить всё
var report = new Stimulsoft.Report.StiReport();
report.load(reportTemplate);
Возможно ли нормально рендерить отчёт на стороне сервера? Иначе я не понимаю смысла "поддержки" nodejsReferenceError: document is not defined
at Function.StiSettings.get (stimulsoft.reports.src.js:71620:36)
at Function.get [as cultureName] (stimulsoft.reports.src.js:65621:77)
at Function.StiLocalization.get (stimulsoft.reports.src.js:65750:63)
at StiChart.get [as localizedName] (stimulsoft.reports.src.js:144099:48)
at Function.StiNameCreation.generateName (stimulsoft.reports.src.js:193913:81)
at StiComponentsCollection.addCore (stimulsoft.reports.src.js:175753:137)
at StiComponentsCollection.add (stimulsoft.reports.src.js:175761:26)
at _loop_2 (stimulsoft.reports.src.js:175200:32)
at StiComponentsCollection.loadFromJsonObject (stimulsoft.reports.src.js:175206:25)
at StiPage.StiContainer.loadFromJsonObject (stimulsoft.reports.src.js:145373:49)