Cloud
Облачный сервис для быстрого и эффективного анализа и визуализации данных для вашего бизнеса без необходимости создания своих приложений и программирования.
var report = new StiReport();
report.RegData("EmployeeIEnumerable", CreateBusinessObjectsIEnumerable.GetEmployees());
report.Load("Reports/BusinessObjects_IEnumerable.mrt");
report.ShowWithWpf(); // or report.DesignV2WithWpf();The same works for an ITypedList source, which additionally exposes column metadata. Binding to business objects lets a report consume the very domain classes your application already uses, without converting them to datasets first.