Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
var designer = new Stimulsoft.Designer.StiDesigner();
var report = new Stimulsoft.Report.StiReport();
report.loadFile("../reports/SimpleList.mrt");
designer.report = report;Creating the designer with default options and assigning a report is enough to display it immediately — useful for applications whose main purpose is report editing, where the designer is the first thing the user sees.