Hi. I have a question how to embed CR 2013 reports in OE 11 apps? I heard SAP does not support OCX anymore (although after CR installation there are OCX controls in AppBuilder).
Maybe it is possible with .NET? Is there any proven reporting tool and a way of embedding the reports in ABL apps that could be presented to Progress customer?
Kind regards,
Piotr
Thanks Brian. Have you checked that solution as reliable so we could advise it to our customers?
Flag this post as spam/abuse.
Hi. I have a question how to embed CR 2013 reports in OE 11 apps? I heard SAP does not support OCX anymore (although after CR installation there are OCX controls in AppBuilder).
Maybe it is possible with .NET? Is there any proven reporting tool and a way of embedding the reports in ABL apps that could be presented to Progress customer?
Kind regards,
Piotr
Flag this post as spam/abuse.
Thanks Brian. Have you checked that solution as reliable so we could advise it to our customers?
Thanks Brian. Have you checked that solution as reliable so we could advise it to our customers?
Flag this post as spam/abuse.
Thanks again, Brian!
Does it matter if I use Crystal Reports 2013 or 2014? With 2014 I get 1 assembly: CrystalDecisions.Data.AdoDotNetInterop
Is it enough?.
I ask as I am getting error compiling the class.
DEFINE PRIVATE VARIABLE crystalReportViewer1 AS CrystalDecisions.Windows.Forms.CrystalReportViewer NO-UNDO.
Line 7: Unable to resolve type information for type CrystalDecisions.Windows.Forms.CrystalReportViewer for field crystalReportViewer1
Regards, Piotr
Does it matter if I use Crystal Reports 2013 or 2014? With 2014 I get 1 assembly: CrystalDecisions.Data.AdoDotNetInterop
Is it enough?.
I ask as I am getting error compiling the class.
DEFINE PRIVATE VARIABLE crystalReportViewer1 AS CrystalDecisions.Windows.Forms.CrystalReportViewer NO-UNDO.
Line 7: Unable to resolve type information for type CrystalDecisions.Windows.Forms.CrystalReportViewer for field crystalReportViewer1
Regards, Piotr
Flag this post as spam/abuse.
Thanks for your advice, Brian. I will report when I get more info.
Regards,
Piotr
It is possible to install the package CrystalRepoers for Visual Studio but VS must be already installed...
SAP does not publish just the dlls.
I have found the crystaldecisions.windows.forms.dll here:
www.dlldll.com/crystaldecisions.windows.forms.dll_download.html
but registration fails...
Any comments to this would be very much appreciated...
Piotr
Not quite true.
The only thing we are just installing is the Crystal Reports Runtime CRRuntime_32bit_13_0_7.msi which contains all DLLs.
Only as a remember that particular version contains a wrong version of PrintControl.DLL so we fetched the right version somewhere else and install and register that separately. I suppose that has been fixed by now.
-peter
Thanks Peter. I will look for the file in the net.
Piotr
Reply by Piotr TucholskiThanks Peter. I will look for the file in the net.
Piotr
Stop receiving emails on this subject.Flag this post as spam/abuse.
I installed Crystal Reports Runtime CRRuntime_32bit_13_0_8.msi
Seems to be OK. Thank you!
Piotr
Hi Piotr,
Sorry for the late reply. Simply add the following assemblies to your assemblies.xml:
o CrystalDecisions.CrystalReports.Engine
o CrystalDecisions.Shared
o CrystalDecisions.Windows.Forms
o CrystalDecisions.ReportAppServer.ClientDoc
o CrystalDecisions.ReportAppServer.Controllers
o CrystalDecisions.ReportAppServer. DataDefModel
o CrystalDecisions.ReportAppServer. ReportDefModel
This will make CrystalDecisions.Windows.Forms.CrystalReportViewer available.
-peter
Maybe you know if it is possible to run .NET Crystal Reports Viewer described in the below solution when you have not OE Dev Studio but just AppBuilder?