Page 1 of 1

Preview in docker with System.Drawing?

Posted: Wed Oct 08, 2025 12:19 am
by sidney_df
I'm building a standalone Blazor WebAssembly application. I'm building the reports programmatically. I noticed that the preview of the Stimulsoft.Report.Blazor package uses System.Drawing, but my program will run in Docker. How do I get around this issue? Linux doesn't support System.Drawing. :shock:

Re: Preview in docker with System.Drawing?

Posted: Wed Oct 08, 2025 5:59 am
by Max Shamanov
Hello,

You can use Stimulsoft Drawing instead of System Drawing.
For more information, please check the following link to the article:
https://www.stimulsoft.com/en/blog/arti ... ng-library


Thank you.