Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I have been assigned a project task where the RDLC report is already there but few changes have been done on the datasets from the MVC side.

Now, in the RDLC report designer, the datasets are not showing the updated fields, after clicking refresh on those.

Even, adding new datasets in RDLC report designer is not possible, as the datasets in the MVC have been filled with query fetched data and not any particular table from the database.

What I have tried:

MVC Code:

ReportDataSource reportDataSource2 = new ReportDataSource();
     reportDataSource2.Name = "DataSet2";
     reportDataSource2.Value = testViewModel.TestDetailView;
Posted
Comments
Member 8428760 11-Oct-22 16:59pm    
Can you take the same query and paste it into the rldc report designer?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900