Do you mean simply changing the Report.PrinterSetup.Orientation property, or is there an option in your specific printer driver setup menu? RB is only aware of the TppPrinterSetup. However, you can get at the DevMode structure. Here is an example: http://www.digital-metaphors.com/tips/SavePrinterDevMode.zip
What i have is a Avery Dennison label printer (64-06), and i want to print landscape AND head first orientation, which means upside down.
With Printer.PrinterSetup.Orientation, i can only type poLandscape. And i can set this "head first" or "foot first" in the printer properties. But off course, i want to set this in code.
You'll have to hack the DevMode structure which is given in the example link in the previous post:) Sorry, just RB doesn't have native support for "head first" or "foot first."
Comments
is there an option in your specific printer driver setup menu? RB is only
aware of the TppPrinterSetup. However, you can get at the DevMode
structure. Here is an example:
http://www.digital-metaphors.com/tips/SavePrinterDevMode.zip
Cheers,
Jim Bennett
Digital Metaphors Corp
http://www.digital-metaphors.com
info@digital-metaphors.com
What i have is a Avery Dennison label printer (64-06), and i want to print
landscape AND head first orientation, which means upside down.
With Printer.PrinterSetup.Orientation, i can only type poLandscape.
And i can set this "head first" or "foot first" in the printer properties.
But off course, i want to set this in code.
Thanks for helping.
Peter
in the previous post:) Sorry, just RB doesn't have native support for
"head first" or "foot first."
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com