|
-
May 11th, 2004, 08:08 AM
#1
Thread Starter
New Member
data report ?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|