I've written a report that dynamically displays images for each line of data. The image location is a URL (e.g. http://www.myimages.com/12345.JPG) and the URL string is stored in the database I'm connecting to. So far so good, my images are displaying.
Since the images could be all sorts of different sizes I need to keep the image container static and resize the images within (again so far so good) but whilst also maintaining the aspect ratio. This last bit is the bit I'm struggling with. I know a mountain bike forum is an odd place to ask but I'm not getting my answers anywhere else so it's a last ditch attempt. I fear - judging by my Googling - it is a known weakness of Crystal, but I'm in denial.

