How to view .rdl reports C# 9.0 winforms

Sushil Agarwal 381 Reputation points
2021-04-15T04:18:09.687+00:00

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

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,825 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,797 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Olaf Helper 40,736 Reputation points
    2021-04-15T06:36:05.7+00:00

    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/

    0 comments No comments