Crystal Report Declaration and Application Declaration

mitchell_ali

New member
Joined
Dec 3, 2007
Messages
1
Programming Experience
1-3
I am trying to Declare a Crystal Report File and Application in VB.NET. In Visual Basic 6.0 they were declared as:

Dim crxApplication As New CRAXDRT.Application
&
Dim crxReport As CRAXDRT.Report

Unfortunately, VB.NET does not use CRAXDRT anymore. Any suggestions to what the new declaration is?
 
Back
Top