Normally when I print reports I let the printer dialog appear prior to printing. However I need to print anumber of reports in a loop and ask which printer for the first only , or before the first if easier.
You could put all the reports you want to print in one of your batches together into one "master report" and print that. You set ShowPrintDialog to True for the master report only.
You can do that at runtime, there is a sample from Digital Metaphors called "creating compound reports" that shows how to do it.
Ciao, MM -- Marian Aldenhövel, Hainstraße 8, 53121 Bonn http://www.marian-aldenhoevel.de "Wussten Sie, daß schon der Biss eines einzigen Pferdes eine Hornisse töten kann?"
Comments
You could put all the reports you want to print in one of your batches
together into one "master report" and print that. You set ShowPrintDialog
to True for the master report only.
You can do that at runtime, there is a sample from Digital Metaphors called
"creating compound reports" that shows how to do it.
Ciao, MM
--
Marian Aldenhövel, Hainstraße 8, 53121 Bonn
http://www.marian-aldenhoevel.de
"Wussten Sie, daß schon der Biss eines einzigen
Pferdes eine Hornisse töten kann?"