Page 1 of 1

Want to print over multiple pages

Posted: Sat Feb 21, 2004 2:39 pm
by 4208877
Hi,
Want to print a ganttgraph but he's bigger than what can be printed on one page, now i want to print my complete ganttgraph, how can i do that at once ?

Posted: Mon Feb 23, 2004 6:36 am
by Marjan
Hi.

How do you print charts ? Directly or by using a reporting tool (Report Builder, Quick Report) ? In any case, the solution is to cycle throught all chart pages and then print individual pages. For Quick Report this involves writting the page navigation code in one of it's events (OnNeedData, I think). Similar approach can be used in Report Builder as well.
If on the other hand, you're directly printing charts, you can use use any of the chart printing routines (Print, PrintLandscape, PrintPartial) to do this for each page.