I would like to set the image source for an image in a data report at
runtime with code something like:
DataReport1.Sections("section1").Controls("image1").Picture =
LoadPicture(strPicture_file)
This, however, produces an error. I can use similar code to set the font
for a text box on the report.
Is the image source for RptImage on a data report restricted to being set
at design-time only? Or do I have incorrect code?