有没有办法在 .NET Core 3.1 Windows Forms 应用程序中获取图表和报告?

Is there anyway to get Charts and reports in .NET Core 3.1 Windows Forms application?

我正在 .netcore 3.1 windows 应用程序中做餐厅管理系统 C# 项目。我需要从系统中获取报告和图表。但是我找不到任何图表或报表控件。当我尝试添加 NuGet 包时,它显示错误。有什么方法可以获取报告和创建图表吗? 请帮助我。

谢谢。

根据我的研究,我重现了你的问题。

微软Chart Control can only be used for .NET Framework project. Please refer to the bottom.

此外,根据我的测试,Microsoft.ReportingServices.ReportViewerControl.Winforms 不支持 .NET Core 项目。

因此,我建议您可以在 Developer Community.

中请求有关 .NET winform 的功能