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

Bringing up Printer Dialog

edited June 2007 in General
I have implemented the Print to File for a report, however I want
to take the user directly to the Printer Dialog where the user
can select the type of text file and the location. Is that possible?

Todd

Comments

  • edited June 2007
    Hi Todd,

    Yes, if you set the Report.AllowPrintToFile property to True and the
    Report.ShowPrinterDialog to True, the printer dialog will display when you
    call Report.Print. If you set the DeviceType to a file device, the print to
    file option will be selected as well.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2007
    Nico -

    Thank you...I had figured it out and forgot to tell you...

This discussion has been closed.