Can someone please let me know that how I can get reports using MySql database and .NET Core 3.1 C# Windows Application. Is there any NuGet Packages to get Chart and report viewer controls which can support to .Net Core? I could not see the chart control in toolbox.
Asked
Active
Viewed 884 times
1 Answers
0
Follow these steps.
- Reset toolbox
- To add chart controls Right-click in the Toolbox and select Choose Items. Then selects the .Net Framework Components Tab. Scroll through the list and find with Name Chart and check the Item having Namespace System.Windows.Forms.Datavisuvalization.Charting and System.Web.UI.Datavisuvalization.Charting and click OK.
- Close and Reopen the Visual studio.

Safyan Yaqoob
- 444
- 3
- 11
-
But I couldn't see the chart control in visual studio tool box. I think it is not available in .Net core – ab_404 Jul 30 '21 at 05:44
-
I did this sir. When I choose items in toolbox System.Windows.Forms.Datavisuvalization.Charting and System.Web.UI.Datavisuvalization.Charting checkboxs were already checked. But still I couldn't find chart control. – ab_404 Jul 30 '21 at 06:06