Hi,
How to dynamically load pictures in datareport Using VB Coding?. I wish to have the picture in the data report say as a logo. I wish to print the logo based on the input given. But, the following is not exectuted:
VB Code:
  1. drsalbl.Sections(2).Controls("img").Picture = loadpicture(App.Path + "\LH1.jpg")
Because the Image control on datareport does not support to change the picture on run time.

Is any thing mistake in my approach? or
Is there any other way to accomplish the above thing?

Please help me.