00.Forums
Re: Crystal Reports class in ASP.net 2005
Started by Jalex at 08-30-2006 11:33 PM. Topic has 2 replies.
  Page 1 of 1 (3 items)

Jalex
Jalex
Added: 11:33 PM on 8/30/2006

OK, the problem is simple but I can't get a simple response.

I add (using add new item>>CrystalReport) to my asp.net 2.0 website a CrystalReport document (rptReport.rpt), but there is no BASIC file created!!! (rptReport.vb) so I can't use the class to do this simple line of code:

Dim report As new rptReport

Simply because the class never appears in the intellisense list, and if I type the code, it simple doesn't compiles (yeah, sure, asp.net is going to use a class that simply isn't there).

Any ideas???

 



zezoghosts
zezoghosts
Added: 2:48 AM on 3/5/2007
yaaaah i have this problem also
How to  resolve this problem ???



zak052000
zak052000
Added: 3:11 AM on 3/8/2007

I've been searching for a different problem but the following may help you:

Add the following imports:

Imports
CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.Shared

then:

Dim report As New ReportDocument

Hope this helps

 


theSpoke.net » English Topics » Ask the Experts » Re: Crystal Reports class in ASP.net 2005
© Copyright 2005 Microsoft Corporation. All Rights Reserved.
Terms of Use | Privacy Statement | Code of Conduct | Hosted by MaximumASP for Microsoft
WHO-BAR