I have several reports in the company, and I need to migrate them from webforms to MVC. My question is .. do I need to create a template for each report? This is correct? If not, how can I do it?
For example:
I have a report that should list the daily movement (production) of a company's warehouse clerk ... the data that will be returned is:
Usuário (Login no sistema):
Nome do Usuário:
Quantidade de requisições atendidas:
Quantidade de itens atendidos:
Today, inside my system, I have the User object, would it be interesting to model this report? Being that I will only use it in this place.