I have created many reports in Win 32 project - now trying to do this for first time in ASP.Net.
I cannot create the report object.
I add a report to the project called "CrystalReport1."
I then should be able to write the following line of code in VB:
Dim MyReport as New CrytalReport1.
However, "CrystalReport1" is not an option. If I type it in anyway it says that this type is not defined.
Is there some step I am missing. CrystalReport1 shows up in the project menu. Any help would be appreciated.