Click here to Skip to main content
15,884,838 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I've been having a problem with RDLC reports after publishing, it seems that the reports do not reflect the changes that occur in the database, it only shows, in the reports, the data which was rendered before it was published.

For example, I have report that shows a student namelist, when I publish the application, it only shows the students' names that I have before publishing but if delete a student name from the database, the report still shows the name, even though the record does not exist anymore in the database.

The application works just fine during debugging, not the published version though, with only one problem that is the report only reflects changes when I close and start the debug.

I know for a fact that the published communicate with database just fine since all listboxes, datagridviews and other controls reflect any change that occur to the database.

I would really appreciate it if you help me here.
Thank you in advance.

P.S: I am working in visual studio 2012 with file-based database(SQL), I am also using embedded source reports.
Posted

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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