Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
var viewer = new Stimulsoft.Viewer.StiViewer(null, "StiViewer", false);
var report = new Stimulsoft.Report.StiReport();
report.loadFile("../reports/SimpleListEmptyDictionary.mrt");
report.regJsonFile("Demo", "../reports/Demo.json", true);
viewer.report = report;
viewer.renderHtml();regJsonFile registers a JSON file as data; the third argument (true) synchronizes the dictionary, so the report's fields are created from the JSON structure automatically — no manual data-source setup needed.