I am learning SSRS from a book. The book tells me to modify a simple existing report as follows -
- Create a new Form (windows forms) and use the RDLC file of the original report.
- Use the report wizard to select data source and eventually create your report.
When I try to run the modified report, visual studio shows me the old one instead. How do I fix this ?
old report -

The modified report -

When I rebuild the solution and debug it and try to run modified report, it shows me the old report instead.

EDITS -
My project structure -
