使用rdlc在.Net core 2.0中生成PDF

Nee*_*iga 12 rdlc reporting-services asp.net-core-2.0

如果.Net Core 2.0不支持Report Viewer,还有其他替代方法吗?

我找到了alanjuden的解决方案(https://alanjuden.com/2016/11/10/mvc-net-core-report-viewer/),但实际上是在寻找官方参考资料.

我们已将项目从.Net Framework 4.5.2迁移到.Net Core 2.0.但是,由于核心2.0不支持这些报告​​文件.

有什么建议?

提前致谢.

Nor*_*ino 5

看看这个答案,或许对你有帮助。 用于 ASP.NET Core 和 Angular(>2.0) 的 RDLC 本地报告查看器 看起来微软正在研究它(或者更好的花费在它上面,但似乎还没有官方包可用)。

其他参考资料可以在这里找到:https : //github.com/aspnet/AspNetCore/issues/1528

他们提到 PDF 库和导出功能的地方

另一个可能对您有帮助的库:https : //www.nuget.org/packages/AspNetCore.Reporting

商业解决方案:https : //help.syncfusion.com/aspnet-core/reportviewer/getting-started

其他可能的重复: