Multiple choice technology architecture

What report properties should you change so that physical page breaks occur in the correct place when users print? (Choose two)

  1. Change the PageHeight properties

  2. Change the InteractiveHeight properties

  3. Change the PageWidth properties

  4. Change the InteractiveWidth properties

  5. Change the PageBreakAtEnd properties

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

Physical page breaks for printing are controlled by PageHeight and PageWidth properties, which define the actual physical page size. InteractiveHeight and InteractiveWidth affect on-screen rendering only, not printing. PageBreakAtEnd controls logical breaks between report items, not physical page dimensions.