Click here to Skip to main content
15,904,877 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
good day guys... i just want to ask the different ways how to create a crystal report in c#? from what i read i need to right click on my solution and select new item and select crystal report and start designing... but i was thinking wat if i already have my crystalreport.rpt from other solution/project... how will i able to use that rpt file in other solution?
Posted
Comments
Arun Kumar K S 17-Oct-11 10:09am    
Change your ReportViewer's report source path to your existing crystal report from other project

1 solution

Good day. you have to copy the crystal report .rpt file from other solution to your current project/solution manually. Then from VS please add that report file by clicking Add Existing Item. Then you have to change the ReportViewer.ReportSource property to the current report. I think it may solve your problem....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900