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.