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