Hi Tulus, Let me re-phrase: I have a report that needs to print one page portrait and the next page landscape.
Page1 = Landscape Page2 = Portrait Sorry for the misunderstanding. --- In [email protected], Tulus Tobing <[EMAIL PROTECTED]> wrote: > > You can make 2 report design in one report with the same content, but the one you must set orientation to landscape and other potrait. > > taniah_101 <[EMAIL PROTECTED]> wrote: I have a report that needs to print both portrait and landscape. > > I did this with the following code and it works fine with the display. > But when I print it prints all pages portrait. > > Default page orientation on design = Portrait > > I change the orientation in my fetch before I generate the > element.newpage() > > element.printJobSettings().paperOrientation > (printerOrientation::Landscape); > element.newPage(false); > > Maybe I have it all wrong. Still new to Axapta programming. What is > the best way to achieve this? > > Some help would really be appreciated. > > > > > > > --------------------------------- > Access over 1 million songs - Yahoo! Music Unlimited. > > [Non-text portions of this message have been removed] >

