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.
StiViewerControl.var report = StiReport.CreateNewDashboard();
report.Load("Dashboards\\DashboardChristmas.mrt");
report.ShowWithWpf(); // ready-made WPF window
// or: ViewerControl.Report = report; // embedded controlShowWithWpf() — opens the dashboard in a built-in WPF preview window.ViewerControl.Report — assign the report to a StiViewerControl placed in your own layout.ShowWithWpf() is the quickest way to preview without designing a window.