Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
var designer = new Stimulsoft.Designer.StiDesigner(null, "StiDesigner", false);
var report = new Stimulsoft.Report.StiReport();
report.loadFile("../reports/SimpleList.mrt");
designer.report = report;
designer.renderHtml("content"); // id of the target elementPassing an element id to renderHtml draws the designer inside that element, so you can position and size it with your own HTML and CSS — embedding it in a panel, a tab or any part of the page.