Hello,
as we used an older PB version using the crpe32.dll to show reports created with Crystal Reports, we migrated it to the latest PB 2019 R2 Build 2353.
Now we also want to migrate the Crystal Reports features to use CrystalReports for .NET Framework 4.0.
But, when trying to import with the new .NET DLL Importer, there are lots of DLLs with many classes and functions, so for us it is not quite clear which are needed and how to integrate. As mentioned before, we only want to display reports by using the CrystalReportViewer.
I tried the following DLLs which were provided by SAP and imported them:
- CrystalDecisions.CrystalReports.Engine.dll
- CrystalDecisions.Shared.dll
- CrystalDecisions.Windows.Forms.dll
But after the Import only non-visual objects were created, and even after creating them in PowerScript, the access results in an error saying "... Object instance does not exist at line ... in function ... of object nvo_crystalreportviewer.. ...".
Does anybody has experience on how to do this or is there an example how to manage?
Any help is appreciated, so thanks in advance
BR Olaf
thanks a lot - I'll try and keep you updated.
BR