This article discusses what to do when you encounter this compatibility error:
Error code NU1202 - Package GrapeCity.ActiveReports 14.0.19484 is not compatible with netcoreapp2.2 (.NETCoreApp,Version=v2.2). Package GrapeCity.ActiveReports 14.0.19484 supports: - net462 (.NETFramework,Version=v4.6.2) - netcoreapp3.0 (.NETCoreApp,Version=v3.0)
Change the .NET Framework version to net462
or
Change the .NET Core version to netcoreapp3.0
https://www.grapecity.com/activereports/docs/v14/online/requirements.html
Evan Warren