Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
var report = new StiReport();
report.Load(@"Reports\TwoSimpleLists.mrt");
report.PrintWithWpf();PrintWithWpf() renders the report if needed and opens the WPF print dialog, so the document is printed with the platform's native printing support. It is the WPF counterpart of the viewer's print command.