Clone or copy of existing Crystal Reports
How to copy existing Crystal Reports to the project? This should not affect the changes to the original Crystal Reports.
I have a Crystal Reports at : E:\DM Accounting Packages\Invoice.rpt
. And I want to make use of Invoice.rpt
into same project with another name e.g. GR.rpt
which should not affect original copy of Invoice.rpt
. How to I make use of existing c开发者_运维问答rystal reports and save it with new copy without affect original?
Very Simple !!
Add a New Crystal Report from Visual Studio Project.
After adding a New Crystal Report, you can see a Dialog Box 'Crystal Report Gallery' (as shown the fig below)
Select 'From an Existing Report', and press OK.
Browse the Original Report which you want to duplicate.
Now your Clone or Duplicate Report is ready !
The changes in the reports won't affect each other....
Hope this ll help you. Leave comments if any.
you can not clone or copy one crystal report into another, instead you can use the same datatable which is assigned to the Invoice.rpt and generate a new crystal report with the datatable.
You can simply copy and paste and then rename the copied report.
精彩评论