Wednesday, April 6, 2011

How to load an image dynamically to a report?

Hi all.

Is there a way to load an image dynamically to a report based on image path. The image file name is stored in database.

FYI. I'm using CrystalReport designer embedded with VS.NET 2005.

From stackoverflow
  • Insert an OLE object, right click on it and select Format Object, and create a formula for it location in the Graphic Location, you should be able to reference your database fields to build the path to the location.

0 comments:

Post a Comment