Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
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.