I use this code and there is not error I encountered..

Printer.Orientation = cdlLandscape
'Printer.PaperSize = cdlLegal
DataReport1.Show 1

The only problem is, When the DataReport displayed, The DataReport Orientation is still Portrait and not Landscape..

What code should I write so that the DataReport Orientation is equal to Landscape and its PaperSize is equal to 8.5 x 14?