0
I need to generate reports in an MVC application that will be hosted in Azure and I learned through this tutorial: Using Report Viewer in ASP.NET MVC that it is necessary to hire a Virtual Machine for the reporter viwer to work. From what I see in this link See what you can do with Azure for free the free Azure option does not include the MV.
There is another option of gerador de relatório similar
at the Report Viwer
who doesn’t need to hire an MV ?
I took a look over and saw that it is a very rich material even and with many excellent features! , but I was thinking about some free tool and I’m researching the
Rotativa
https://www.nuget.org/packages/Rotativa e oPagedList
https://www.nuget.org/packages/PagedList.Mvc/ , I’m looking at this material http://www.devmedia.com.br/how-generatereports-no-asp-net-mvc/33921 that initially would be a good one, but I’ll have to display graphics and these don’t meet.– hard123
You can use Power BI Embedded to generate reports within your application. This is an Azure feature, which is free up to 100 sessions/month. Then you are charged U$5.00 for every 100 sessions. If this solution suits you, I recommend you check the restrictions on the link (https://azure.microsoft.com/pt-br/pricing/details/power-bi-embedded/)
– Lutti Coelho