Translate page

Printing multiple screens per page

When I print multiple screens, each one prints on it's own page. How can I print multiple screens that condense the print instead?

This is controlled by the session variable SM.PrintWithPageBreaks, which by default is set to true. To change this behavior, set this session variable to 'false' in print functionality.

SM.PrintWithPageBreaks = True