Я добавил StiReport.dll в свой проект, но получил при этом ошибку код:
Код: Выделить всё
public MainWindow()
{
InitializeComponent();
var report = new StiReport();
var pathreport = @"C:\Users\Administrator\source\repos\Gozaresh\Gozaresh\BUGETRP.mrt";
report.Compile(); //→ Error : System.PlatformNotSupportedException: 'Operation is not supported on this platform.'
report.Render();
report.Show();
}
Это отлично работает на .NET Framework 4.7.2!
Подробнее здесь: https://stackoverflow.com/questions/766 ... net-core-6
Мобильная версия