![]() |
kiranreddys.com free software for you |
|
MSChart1.EditCopy ' copy the graph
Picture1.PaintPicture Clipboard.GetData(), 0, 0 'Paste
it to Picture box
Picture1.Picture = Picture1.Image ' make it picture
Load DataReport1 'load the data report
Set DataReport1.Sections("Section1").Controls("Image1").Picture
= Picture1.Image ' this is the way you can send Picture
from form 'to report, please make sure that you are referring you section name
and image name correctly
DataReport1.Show