Hi I try this code to change my DataReport Paper Orientation..

Printer.PaperSize = vbPRPSLegal '10x14
Printer.Orientation = vbPRORLandscape 'Landscape

But it doesn't work.. Everytime I show the DataReport, it doesn't change..
Kindly help me what code should I write?