New Version - System.Data.DataSet - System not found
Posted: Mon Nov 02, 2015 9:26 am
Greetings,
we have a problem with the version from 30.10:
This line worked perfect but now the js debugger marks "System.Data.DataSet("JSON")" as unkown.
What is to do? Is anything different now?
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?