Microsoft Visual Studio Professional 2019
.net core 3.0
MS SQL 2014
I was builded a winform(.net core), how can I design and view RDLC report on it ? Microsoft.ReportingServices.ReportViewerControl.winforms didn't work.
Thank you.
Microsoft Visual Studio Professional 2019
.net core 3.0
MS SQL 2014
I was builded a winform(.net core), how can I design and view RDLC report on it ? Microsoft.ReportingServices.ReportViewerControl.winforms didn't work.
Thank you.
You can see this article : Integrating RDLC reports to .NET Core Projects
(or ReportViewerCore.NETCore from a comment...)
Thank you for your answer.
I already installed ReportViewerCore.NETCore but still cannot add the rdlc report design. Do I missing something?

@KerryOu-8610 , I recommend that you could ask a question about how to add a rdlc report by using nuget ReportViewer Core in that github issues.
13 people are following this question.
RDLC Report Viewer Text not autosizing correctly when displaymode is normal c# WinForms
How to detect USB overcurrent in C#?
Error when deleting records from Access database.
EF Core 3.1 get data that updated out of the DbContext
How can i extend a method to return array of strings instead one single string ?