I need to add graph in report...Do Datareport support? If support how can I add this facility to my report?:D
Printable View
I need to add graph in report...Do Datareport support? If support how can I add this facility to my report?:D
Don't know how much this will help, but I had an occasion to load
dynamically generated graphs from vb to a crystal report. Given the way the graph was generated I could not use the crystal report chart functions, so I did the following.
BTW, I was using ComponentOne Chart 7.0 to make my graphs in the vb app.
1. Generated the dynamic graph through vb app
2. Copied the graph image as bitmap to a temp file (in Chart 7.0 use the draw to file property)
3. Assigned the image of the graph to a picturebox using Picture load.
This is probably a convoluted way of doing things, but in my case I could see no other option.
I mention this as to my knowledge (and I may be wrong here) you cannot chart in the VB datareport and you maybe able to get an idea on how to work out your problem from my workaround.
cheers
Jack