Creating reports with ASP.NET MVC and Angularjs

Asked

Viewed 189 times

0

Man backend is with C#/MVC, in the frontend use Angular, I’ve reached a point in the project where I need to create reports.
How to generate reports in a web environment?
Which tool do you use?

  • 5

    Your question is kind of broad. You need to do a search because there are numerous tools and ways to report, ranging from reports in HTML(Tables) to paid or free tools such as Report Viewer, Crystal Reports, Active Reports and many others

1 answer

2


  • what you advise, front or back side ? what the main difference

  • I’d advise on the Backend side. reduces the size of data to be sent to the Frontend and if you need to use the same data in another part of the Frontend or another application you do not have to replicate the same logical code to get the same values.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.