Mamadou Doumbia

Mamadou Doumbia

  • NA
  • 29
  • 778

Crystal report:Dynamically load images from ressources files

Mar 2 2015 8:00 PM
Hello everyone,I am using Visual Studio 2010 with Crystal report installed, I want to dynamically load my images in my report. But I only stored the name of the images in the SQL Server Database and hold them in a ressource file. They can be reached like this "PhysicalPath" + "ImageName". This is my first time to populate a report with Linq. So how, can I combine "PhysicalPath" + "ImageName" to dynamically load the images. I only provide the stored name from the DataBase. Now, how can I dynamically load these images???? 
If I can't use crystal report to build it, can I use ReportViewer for it? (With an example of code, it will be useful.)