What to reference in a .net core 3.1 web api project???
Hi guys,
we're licensed to PRO version. What library/package should I reference to load a report and export it from a 3.1 .net core web api?
I'm using the FastReport.Core from nuget but it is a demo version....
In our installation folder there's nothing for .net core. I tried to reference the one from Framework 4.0 but it doesn't work... it asks from Windows.Forms library....
What to use?
Comments
download it from nuget:
use pm installer from visual studio:
PM> Install-Package D:\fastreport.opensource.2021.1.7.nupkg
PM> Install-Package D:\fastreport.compat.2020.4.2.nupkg
PM> Install-Package D:\fastreport.opensource.web.2021.1.7.nupkg
@ipong these packages you recommended are for the Open Source version.
We use the Professional version.
Thanks.
I have the exact same question...
The packages above do not include the PDFExport class ... SimplePdf export will not suffice for our use case