just generating a report
Hello,
I have to know how many pages the report would have if I printed it. But I
neither want to print it to a device nor to screen.
Is it possible to "print" a report without printing???
I mean something like this: ppReport1.Generate;
I hope somebody can help me!
Regards,
Dominik B?hm
I have to know how many pages the report would have if I printed it. But I
neither want to print it to a device nor to screen.
Is it possible to "print" a report without printing???
I mean something like this: ppReport1.Generate;
I hope somebody can help me!
Regards,
Dominik B?hm
This discussion has been closed.
Comments
simply print to an offscreen device. Create a dummy device, hook it into the
report, and call PrintToDevices on the report to generate it.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I managed it by using the TextFileDevice...
It works great
Regards,
Dominik B?hm