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 viewer = new Stimulsoft.Viewer.StiViewer();
var report = new Stimulsoft.Report.StiReport();
report.loadFile("../reports/SimpleList.mrt");
viewer.report = report;Creating the viewer with default options and assigning a report shows it right away — suitable for pages whose main content is a report, where the preview should appear without any user action.