0

I'm using Visual Studio Community 2019 and a MVC5 project with Entity Framework 6.

I have created my MVC5 project so I need to create reports with RDLC (Microsoft Reports) ,i know it is faster than crystal report and i think easier than crystal also so i want to know how i can use RDLC and what is the steps to create it because for me it is first time to create reports .

Any idea or suggestion or tutorial how can I do that?

thanks.

hexYeah
  • 1,040
  • 2
  • 14
  • 24
  • https://learn.microsoft.com/en-us/sql/reporting-services/reporting-services-tutorials-ssrs?view=sql-server-2017 – BattlFrog Jun 18 '19 at 21:38

1 Answers1

0

Please Check my answer on this thread, which clearly shows how to render your rdlc report:

See here on the primary steps to integrate your rdlc report with entity-framework and MVC 5.

A. Nadjar
  • 2,440
  • 2
  • 19
  • 20