Hi I tried 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..

I try to use even Common Dialog box but it doesn't work.. Any idea even an API code?

Kindly help me what code should I do?