How can I copy a report and all its supporing queries and make a duplicate so that report1 and report2 are duplicates.
Report 2 will be little different than report1 but the basic queries and parameters will all the same. I can then edit the report layout to what the new report will look like. I do not want to have to cut/paste one object at a time.
Is there a better way?
You can do this directly from within Visual Studio.
Right click on the report you want to copy (in Solution Explorer) and select 'Copy' (or you can just highlight your report and hit Ctrl+C). Then press Ctrl+V. This will create a new duplicate report with 'Copy of ' prefixed on the report name.
Hope this helps.
Jarret
|||Copy does not work as there is no "Paste" function. The Ctl C/V works just fine. Thank you.
No comments:
Post a Comment