How to make reports(Data Report) in landscape view?

When trying to increase the width of the report
it shows the error :
"Report width is greater than the paper width"

I tried these also
VB Code:
  1. Printer.Orientation=2
  2.  
  3. 'and
  4.  
  5. Printer.Orientation=1

But nothing happened.