TigerFan987
MIS
I have a asp website in which I've added a crystal report (crystalreport1.rpt). I'm trying to load the report with data from a dataset when the page loads, but I am unable to create an instance of the report
crystalreport1 doesn't show up in intellisense. Any thoughts on why I can't create a instance of the report.
thanks,
Code:
dim rpt as new crystalreport1
crystalreport1 doesn't show up in intellisense. Any thoughts on why I can't create a instance of the report.
thanks,