I created one page with dynamical data (Report).
My database has over 1000 records.
If I generate 1,000 pages, my application will cause slowdowns and maybe even freeze.
My idea is to generate one page at a time and send for printing, but without showing the print dialog always.
Is it possible? How to do this?
Any other idea?