lkosson / reportviewercore

Recompilation of Microsoft.ReportViewer for .NET Core 3.1+
427 stars 123 forks source link

Work on Linux App Service #129

Closed xNout closed 1 year ago

xNout commented 1 year ago

I want to run an application that uses this library and is published on App Service Linux (Azure) but I haven't done it yet. is there a way to achieve it?

I'm using .net 6

lkosson commented 1 year ago

It should work just fine as long as you don't try exporting reports as PDF/TIFF/DOC/XLS. Those formats don't work natively on Linux and AFAICT you can't use Wine on App Service.