.NET 2.0 Instatiating Crystal Reports

  • Thread starter Thread starter ashehu
  • Start date Start date
A

ashehu

Hi,
I created a report file (.rpt) in VS.NET 2005. In VS 2003 i was able
to instantiate it with
Dim rpt as New rptDetails
I have been unable to this under 2005 as the name of the report does
not show up as a type in the IDE nor is it recognised if i type it in
my self.

Thanks a lot.

Ammar
 
Hello (e-mail address removed),

Did your refer to the crystall dll in your project?

Thanks for the quick response. I did refer to the dlls. I am now able
to load the report by using
rpt.Load(Server.MapPath("rptFactories.rpt")). But i will still prefer
to rely on creating an instance of the report as i did in vs2003.
Thanks,
Ammar
 
Back
Top