Home General

Image SVG.

Hello,

does reportBuilder support svg images? We tried and the image won't convert to pdf or print on the printer. design is OK.

Delphi 11.3, Reportbuilder 22.02

Comments

  • Hi Bohdan,

    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.
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • 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.
  • Hi Bohdan,

    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.
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.