Cloud
Cloud-Dienstleistung für schnelle und effektive Analyse und Visualisierung von Daten für Ihr Business ohne eigene Applikationen zu erstellen oder zu programmieren.
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.