Originally posted by tulip


You can do it as follows:
DataRpt1.Sections("Section2").Controls("Image").Picture
= LoadPicture("C:\Windows\MyPicture.bmp")
But this will cause the Run_Time Error '438': "Object doesn't support this property or method".