Hello, I have built an application that has .Net backend (C#) with SQL DB and I have used React as Front end. I wish to build a standalone application now that can connect to same DB and generate report.
I have report template and need to plug in the values from DB. Also, I have to insert some charts based on data. What is the best way to do it? I tried to search but cant narrow down on specific solutions.
Any ideas/suggestions will help.
Deepak RawatPosted Jul 24, 2023, 8:25 AM
Hi,
as your existing .NET backend and generate reports with data and charts, you have several options. Here's a high-level approach you can consider:
Report Generation Library:
Data Fetching:
Data Merging and Template Processing:
Chart Generation:
Deployment: