I need to print both portrait and landscapte pages in one report. First page should be portrait and second page should be landscape. I got the display to screen right with changes to the paperorientation on the design node. element.report().designNumber(1).paperOrientation (printerOrientation::Landscape);
When i print this to the printer it takes the default orientation and will not change to landscape. Is there something that i can use in the printjobsettings to set paperorientation per page? element.printJobSettings().paperOrientation (PrinterOrientation::Landscape);

