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?
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.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you...I had figured it out and forgot to tell you...