I'm trying to upgrade the way I call Crystal from within my VB application, so I can use the Crystal Report Viewer. However, I'm unsure which components/references I need to choose.
When I try to run my application I get an error on the following lines of code.
Public CrystalApplication As New CRAXDRT.Application
Public CrystalReport As CRAXDRT.Report
The error message is "User defined type not defined.
When I try to run my application I get an error on the following lines of code.
Public CrystalApplication As New CRAXDRT.Application
Public CrystalReport As CRAXDRT.Report
The error message is "User defined type not defined.