We have a set of Crystal Reports *.rpt
files which is used by our VB6 application to display the reports in Crystal Report viewer or Microsoft Word. To accomplish this our VB6 application use craxdrt.dll
and crviewer.dll
(Crystal Reports ActiveX Designer Run Time Library & Micorsoft Word and Crystal ActiveX Report Viewer Library respectively).
Due to some issues we would like to remove our application dependencies on craxdrt.dll
and crviewer.dll
. Since we have lots of .rpt
files we are looking for a component which can replace craxdrt.dll
and rviewer.dll
and can work with the existing .rpt files.