Results 138 comments of Łukasz Kosson

It should be possible using `WindowsFormsHost`, as described [here](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/advanced/walkthrough-hosting-a-windows-forms-control-in-wpf).

There is now a workaround available for PDF support on non-Windows platforms. While not ideal, it should cover your use case. See [Linux rendering workaround](https://github.com/lkosson/reportviewercore#linux-rendering-workaround) on main page for details.

There is now a workaround available for PDF support on non-Windows platforms. While not ideal, it should cover your use case. See [Linux rendering workaround](https://github.com/lkosson/reportviewercore#linux-rendering-workaround) on main page for details.

Try asking on docker or wine support groups. If you have an issue related directly to this (Report Viewer Core) project, please open a new issue here.

The root cause is a missing `m-acknowledge.ind` (or `m-notifyresp.ind`) PDU notification which should be sent back to mmsc after downloading a message. Without it, a carrier doesn't know if the...

It looks like your report uses custom item types provided by external component. I don't think it is supported in original ReportViewer, only in SSRS. Does your report work when...

Both `Assembly.GetExecutingAssembly()` and `typeof(RVSplitContainer).Assembly` should return same value, for both normal and single-file deployment (and both would fail if used with Native AoT). Unfortunately this package won't work with single...

Hi. From preliminary experiments - it might be possible. I'm not sure how to deal with `Microsoft.CodeAnalysis.VisualBasic` references, though.

There are two major problems when referencing .NET Standard - version-dependent references for `Microsoft.CodeAnalysis.VisualBasic` and no support for assembly unloading. I have made some minor changes to allow compilation against...

For .NET Framework there is original Report Viewer.