Can anyone advise me how you automatically set the print area of a Jet Report (ie. if the report changes in size, then the print area needs to auto change to reflect this)?
Thanks
Salons1
Date
Votes
2 comments
-
Jet Reports Historic Posts If you use NL rows of columns, in design mode, set the print area outside the number of rows or columns you're expanding. I have found the print area will expand on its own, in most cases.
Otherwise, you could write a VB macro but that does add an extra step and complexity too. -
Jet Reports Historic Posts If your visible part of the report is in the area D4:K16 then you set your print area to D4:K17 when only
using row replicators. If the rightmost column is a column replicator set the area to D4:L17.
This way the print area is always automatically set.
Optionally Hide column L or row 17
Please sign in to leave a comment.