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 designer = new Stimulsoft.Designer.StiDesigner();
var report = Stimulsoft.Report.StiReport.createNewDashboard();
report.loadFile("../dashboard/Christmas.mrt");
designer.report = report;Creating the designer with default options and assigning a dashboard displays it immediately — suitable for applications whose main purpose is dashboard editing.