Posted 8 May 2023, 10:29 am EST
I am a new ActiveReports.Net developer with a trial version of ActiveReports.Net Professional version 17.0.3.0. I have been able to use the ActiveReports designer to implement a complex report from our current system. The report is RDL and successfully queries the database and rapidly produces the report we want. So far, so good.
My problem is that I am having difficulty finding examples or documentation explaining how to integrate the report with my existing .NET 7 REST API application. I understand that using section reports is problematic with .NET core, but I don’t need to use section reports as RDL reports work fine for our purposes. Can you point me to samples, documentation or resources that demonstrate how to implement RDL reports with .NET core. I have spent a couple of days looking through documentation and samples without finding any.
Thanks