we have a problem with the version from 30.10:
Code: Select all
var report = new Stimulsoft.Report.StiReport();
var dataSet = new System.Data.DataSet("JSON");
dataSet.readJson(JSON.stringify(result));
report.loadFile("./static/reports/test.mrt");
What is to do? Is anything different now?