How to copy a report in SQL Server Reporting Services 2008

ssrs-2008

Solution

I confess that I did not know the answer to this question, so I tried. I copied and renamed one of my reports, added it to my project, uploaded to SSRS and ran it.

Seems to be working fine, so I guess the answer is yes

Problem

I have a report that I created in SQL Server Reporting Services 2008. I now want to create a new report, that is very similar that the one I already created. How do I do that without writing the report from scratch? Can I just copy the .rdl to a new name? How will Visual Studio "pick that up"? Thanks!

Original source