Results 1 to 2 of 2

Thread: Graph In Datareport

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2002
    Location
    Sg. Petani
    Posts
    1

    Talking Graph In Datareport

    I need to add graph in report...Do Datareport support? If support how can I add this facility to my report?
    -Khamal-

  2. #2
    Addicted Member
    Join Date
    Aug 2002
    Posts
    187
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width