How do we call Crystal Reports from Delphi XE? What version of Crystal Reports does Delphi XE support?
|
|
There currently is no native support for Crystal Reports with Delphi XE. In the past what I have done was to create a small Delphi Prism application that ran my reports using the .net framework API that they do support. If your adventurous you can also write a small wrapper that exposes the crystal reports .net framework API via com and then call that from within your Delphi XE application. |
|||||
|
|
The last official VCL component for Delphi from SAP (Business objects) is for Crystal XI (11) and Delphi 7. There is a patch from Nils Dzubiel for Delphi 2009 (unicode) which works with Crystal XI. You can ask him to send you his version on embarcadero forum: https://forums.embarcadero.com/thread.jspa?messageID=114133 This patch also works with Delphi 2010 and XE. It's not 100% stable, but it works OK. You can design reports with Crystal 2008, but for runtime you have to install Crystal XI, because 2008 doesn't come with crpe32.dll API interface. |
||||
|
|