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

Printing a Specific Page

edited August 2004 in General
How do I print a specific page of a report?

I first tried ppReport.PrintPage() but discovered that this method has been
discontinued. I've also tried using ppReport.RequestPage() but this just
seems to be used internally by report builder - nothing happens when it is
called directly.

Any help would be greatly appreciated.

Ron

Comments

  • edited August 2004
    Hi Ron,

    You need to define the TppDevice.PageRequested and TppDevice.PageSetting in
    the Report.BeforePrint event. This should give you the effect you are
    after.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.