Online reporting service

I’ve got my Blazor app up and running on azure but now I need to generate reports, quotes invoices etc. I had hoped I could use SSRS in azure on a pay as you go service but seemingly not. Can anyone suggest another simple way of generating reports in the cloud that I can preview in My Radzen app?

Thanks John

I used Azure Logic Apps to create a PDF version of an order, copy it to a blob and update the link to it in the Orders Table, Though this is way outside the scope of Radzen, and will take you a a bit of research to figure this out. Here is a link to get started.

2 Likes