Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

just generating a report

edited June 2002 in General
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

Comments

  • edited June 2002
    You have to print the report in order for it to generate, however you can
    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

  • edited June 2002
    Thanks,
    I managed it by using the TextFileDevice...
    It works great :)
    Regards,
    Dominik B?hm
This discussion has been closed.