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:
Because the Image control on datareport does not support to change the picture on run time.VB Code:
drsalbl.Sections(2).Controls("img").Picture = loadpicture(App.Path + "\LH1.jpg")
Is any thing mistake in my approach? or
Is there any other way to accomplish the above thing?
Please help me.




Reply With Quote