cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Crystal Report .NET Libraries directly in Delphi 10.x

former_member639603
Discoverer
0 Kudos
969

We are trying to view SAP Crystal Reports version 2016 in Delphi 10.2, but we are not finding any documentation on this.

Did anyone manage to call Cryustal Report's .NET DLL libraries directly in Delphi 10.x?

Any pointer/example/documents would be extremely helpful.

Thanks everyone.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Google search found this:

https://edn.embarcadero.com/article/41111

You need to use Delphi Prism so you can use the Framework.

We don't have any samples with Delphi any more, not many users use Delphi.

I would stick with MS VS if you can...

Don

Answers (2)

Answers (2)

former_member639603
Discoverer
0 Kudos

Thank you Don for your answer.

We have been using .NET Assemblies with MS VS2017, now we would like to use .Net assemblies under the Delphi v10.x. but so far we found no resources/examples to call these managed libraries directly in Delphi.

We are trying to avoid any intermediate tools, and woudl like to call these assemblies directly in Delphi.

If you can assist with any information, that woudl be great.

0 Kudos

We no longer have a VCL only .NET Assemblies which you can get from here:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Post your .NET question to this Tag:

https://answers.sap.com/tags/01200615320800001270

Don