CRAXDRT and CRPEAuto are undefined, why?
I have the following references:
Imports CrystalDecisions.CrystalReports.Engine
Imports CrystalDecisions.Shared
Imports CrystalDecisions.Web
However, this code reports that CRAXDRT.Report is undefined.
Dim crReport As New CRAXDRT.Report()
I am using VB.NET with Crystal Reports.
Do I need to install the DLL's seperately?
I have not been able to find any information on this from Crysta.Decisions or this Forum. Does anyone know?
Re: CRAXDRT and CRPEAuto are undefined, why?
Hi,
I just figured out the answer to 'why is CRPEAuto' undefined. The answer is that you need to load the Automation Server to your references. Do this by going to Project, References. Click on 'Crystal Report Engine 7 Object Library'. This will load those library objects into your VB session. You can check that this worked by looking at the object browser - View, Object Browser or just press F2.
Hope this helps.
Ann