Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 23.01 now available including Delphi 12.3 64-bit IDE support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Disable preview and print dialog
rbuser
July 2004
edited July 2004
in
General
Hi guys,
How do you disable the preview and print dialog from showing up. intead
when calling ppreport1.print it will print right away.
Thank you.
james
Comments
rbuser
July 2004
edited July 2004
James,
look at the ppReport property ShowPrintDialog and set it to false (object
inspector)
if you dont want a preview then set ppReport.DeviceType := dtPrinter;
cu
marc
This discussion has been closed.
Comments
look at the ppReport property ShowPrintDialog and set it to false (object
inspector)
if you dont want a preview then set ppReport.DeviceType := dtPrinter;
cu
marc