C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,553 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am migrating a WinForms desktop application from .NET Framework 4.8 to .NET 8, and I’m facing issues with displaying reports that were previously built using RDLC files and the Microsoft.Reporting.WinForms
ReportViewer control.
In the original project, we used:
.rdlc
files created using Report Builder
Microsoft.Reporting.WinForms
package to view reports inside forms
Now in .NET 8:
The Microsoft.Reporting.WinForms
NuGet package is not available or not compatible.
The ReportViewer
control is not supported in .NET 8 WinForms
Microsoft.Reporting.WinForms
ReportViewer control. In the original project, we used:
.rdlc
files created using Report BuilderMicrosoft.Reporting.WinForms
package to view reports inside formsMicrosoft.Reporting.WinForms
NuGet package is not available or not compatible.ReportViewer
control is not supported in .NET 8 WinFormsThere is https://github.com/lkosson/reportviewercore/ (not official)