Clone or copy of existing Crystal Reports

2019-02-17 16:17发布

问题:

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 crystal reports and save it with new copy without affect original?

回答1:

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.



回答2:

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.