Printing one report in two different orientationmodes

Hello,

lets guess we have one report which will print two pages.

First page will be in orientation Mode Portrait and second page in orientation mode landscape.

Is this possible to print out this report ?

I managed to get in in the preview mode but when i try to print it it will be both on the same orientation.

Hi,

As far as I know from reportviewer (C#), the print ‘spooler’ (print logic) cannot change the layout format otherwise that you need to change the interaction with the spooler. I do not know if code can be changed for AX. Maybe you can tell the spooler that the orientation of the form should be used for printing and not the default of the printer settings (which most likely will set default to the first page). You can check the last by reversing the layouts: first page landscape and second portrait. If that prints both in landscape you know you need to code something for the spooler.

J.