How do I make a dynamic , flexible and customized report in ASP.NET MVC EF, that users:
- Can determine the fields that will be in the report dynamically
- Change things on their own in the report.
- Very robust ans user-friendly
If possible kindly give sample code or link.
Thanks