Search code examples
c#chartsreportvisual-studio-2019windows-forms-designer

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


I'm doing restaurant management system C# project in .netcore 3.1 windows application. I need to get reports and charts from the system. But I couldn't find any chart or report controls. When I try to add NuGet packages it is showing errors. Is there any ways to get reports and create charts? Please help me.

Thank you.


Solution

  • Based on my research, I reproduced your problem.

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

    Also, based on my test, Microsoft.ReportingServices.ReportViewerControl.Winforms doesn't support .NET Core project.

    enter image description here

    Therefore, I recommend that you could Request a feature about .NET winform in the Developer Community.