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?