Retrieve Image from sql server database to ignition report?

I am trying to make a project that has a few forms to input data and an image. Then create a page to generate a report/“process guide” based on the ID of the data. The image files will be associated with the “Steps” that appear similar to a table on this report.

I have seen some examples with this using python online, but was wondering if anyone had some advice or insight on a better method for this in Ignition?

Database Tables:
ProcessGuides
Steps

Each guide has many steps. Each step has on guide.

Each step has an optional associated image. I would like to image to populate when calling upon this step in a report.