Article: Dynamically add and display external Image in RDLC Report from code behind in ASP.Net
I have saved several images in the Image folder, and stored the image path of each to a field in a database table.
How can i modify the above logic to display all the photos, using the saved paths?
so that instead of using "~/images/Mudassar.jpg", i simply reference the field name, which stored these image paths.