Using an existing Crystal Report in project

jccorner

Centurion
Joined
Jan 31, 2004
Hi All,

I created a crystal report in the designer (version 9.0) and now I want to use the report in a .net that has been created. It has been updated to use cr v9 but now when I try to access that report as in the statement:

Code:
Dim crReport as rpPayroll

rpPayroll is not an option and therefore doesn't exist. I did some checking and found that when I added the existing report to my project a class was not generated for that report, how do I create this class or at least allow the app to use the crystal report?? I tried rebuilding the solution but that didn't work. I'm thinking someone here has run into the same situation and knows what steps I can take. Appreciate any help.
 
Top Bottom