Report Print Selection

D

DJ

Hi,
Some of the MS office products will produce an intermediate display when
printing. This display will allow one to print the whole document or print
"pages _ to _". I would like to add this functionality into my reports. Is
is possible to print only selected pages of a displayed report?
 
A

Allen Browne

While previewing a report, you can choose Print from the File menu and
specify page numbers.

If you want to do it programmatically, the Printout action lets you specify
From and To page numbers.
 
Top