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.
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.
Therefore, I recommend that you could Request a feature about .NET winform in the Developer Community.