Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
var report = new Stimulsoft.Report.StiReport();
report.loadFile("../reports/SimpleList.mrt");
report.renderAsync(function () {
report.print();
});report.print() opens the browser's print dialog for the rendered document. Because it is called inside the renderAsync callback, the report is guaranteed to be fully rendered before printing starts.