Hi, I am using CR XI (up from CR 8.0), any info I find to display the reports in VB says to use CRAXDRT.
Ex:
u2018Declare the application object used to open the rpt file.
Dim crxApplication As New CRAXDRT.Application
u2018Declare the report object
Public Report As CRAXDRT.Report
I have selected In VB project properties/Designer tab/Crystal Reports 11 and in Controls tab Crystal ActiveX Report Viewer Liberary 11.0
bold my problem is that CRAXDRT doesnu2019t appear for me in VB.
bold I type "Dim App As New" and the autosense does not dropdown "CRAXDRT" as an option and I get an error if I have it in and run the app. Am I missing a reference?
I have not been able to find any info on how to fix this.
Thanks