Hello experts,
i have a large winform application developed using framework 4.8, i want to migrate it to .net core but there is no report viwer there.
How can i use local .rdl reports in my application without deploying these reports to sql server
Hello experts,
i have a large winform application developed using framework 4.8, i want to migrate it to .net core but there is no report viwer there.
How can i use local .rdl reports in my application without deploying these reports to sql server
A RDL is a SSRS server based report.
I guess you mean RDLC (C = Client rendering) instead?
You can get a ReportViewer control for .NET Core here: https://www.nuget.org/packages/ReportViewerCore.NETCore/
10 people are following this question.