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.
StiWpfViewerControl in your XAML, then load and render a report and assign it:var report = new StiReport();
report.Load(@"Reports\SimpleList.mrt");
report.Render();
StiWpfViewerControl1.Report = report;ShowWithWpf() and the report opens in a ready-made WPF preview window:var report = new StiReport();
report.Load(@"Reports\SimpleList.mrt");
report.ShowWithWpf();StiWpfViewerControl lets you position the preview anywhere in your own WPF interface, while ShowWithWpf() is the quickest way to display a report without designing a window.