i have created the chart now as an image file and saved it to the app.path dir and i am wanting to put that chart in a data report that i created with vb the data report has an image box in it but i cant seem to send the new pic that i created with your program to the data report this is the line of code i am useing

rptMarket.Image1.Picture = (App.Path & "\myChart.jpg")

rppMarket is the report object
image1 is the picture box on the object
picture is the property for image one

but when i run it i get an error method or datamember not found and points back to image1

i beleive this to be a limitation of the data report but i am hoping there is a work around

thanks for all your help