Integration in .Net Core app
Hi,
We're integrating FR into our backend, we will use an FRX report file as a template to inject our data, set parameters and finally generate a PDF.
We've set up a POC using the FastReport.Core demo package. This includes the Report class and the PDFExport class.
We've purchased a PRO license, now we want to get rid of the DEMO watermark. How do we get started ? Is there a production version of the demo package ?
Our backend stack is ASPNET Core 3.1 (looking to migrate to 5) the app runs on Azure, in a Windows Service plan, but this could transition to Linux later.
I've not found any comprehensive guide that helps me solve this problem.
Please advise...
Comments
be aware with core 3 version, as long as i know, it is still prerelease (FastReport.Core3.2021.1.0-demo.nupkg)
Would it be as simple as using the FastReport.dll file from the extraction of the MSI installer for FastReport.Net ? Is that a netstandard lib?
only nuget package for asp.net core, are you sure it is still trial version?
Thanks, but that txt file indicates a demo version, we need the PRO full version and what do we need to do with the license key ?