Reputation: 11
I'm facing problem in generating RDLC Sub Report using ASP.NET MVC 5 Visual Studio 2019 using LINQ query.
I have two tables PartyType
and Customer
which is shown in Image given below. I want to show PartTypeName
in Main Report and then according to that party Customer data will Show In SubReport RDLC.
This Type of Output I want.
Upvotes: 0
Views: 251
Reputation: 469
I think what you're looking for is creating a master/detail report. There are tons of articles and videos online. Just do an online search for SSRS master detail example
.
Upvotes: 1