Thank you for the information. We will be switching to delphi 12 in Spring 2024. I believe the display in the report works based on the Devexpress libraries, but the print and export doesn't work.
We do not have much experience with the DevExpress SVG component however we have seen other customers have success with their components and PNG. If you are certain you have the proper units in your uses clause, you can try setting the TppImage.DirectDraw property to True and see if that helps.
Comments
Delphi 11 does not natively support SVG images. Are you using the Skia library?
If so, you need to be sure to add Skia to your uses clause.
In our testing with RB 22.03 for Delphi 12 (which includes Skia and therefore natively supports SVG), SVG is displaying, printing, exporting.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
We will be switching to delphi 12 in Spring 2024. I believe the display in the report works based on the Devexpress libraries, but the print and export doesn't work.
We do not have much experience with the DevExpress SVG component however we have seen other customers have success with their components and PNG. If you are certain you have the proper units in your uses clause, you can try setting the TppImage.DirectDraw property to True and see if that helps.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com