I need to change the printer's orientation in runtime, and I can't use the printer object (printer.orientation=2) because what I need to print is a datareport.
Thanks
I need to change the printer's orientation in runtime, and I can't use the printer object (printer.orientation=2) because what I need to print is a datareport.
Thanks
Check if u have SP5. if not get it.
I had faced the same problem and found that my VB was SP5.
If you dont see the runtime property of orientation = landscape,
u'll need to create the datareport again (ugh!)
list of fixes in SP5
All the best!
eeeks
my vb wasnt SP5
The problem is solved with sp5! I didn't need to redo the reports, all works fine.
Thanks!!!