Home General

Which band do I put a graph?

I would like to insert a graph at the top of the report (but after the header) that summarizes all of the report data. I tried using the title band but that comes above the header and using any other band causes the graph to repeat on every page. How do I go about doing this?

Comments

  • You could add an Integer variable to the header or title band (preferably the latter) and set it's value to 1 (or anything you want) and visibility to false.
    Then add a group on that variable and make sure that 'Print Group Headers on Subsequent Pages' is off. That will print the band once only after the header.
    However, you must make sure that you have all the data you need ready to print.
    HTH Rod
Sign In or Register to comment.