Multiple choice technology

In reports how can you print one record per page in the output?

  1. Set the maximum records per page property of the repeating frame to 1

  2. Set the maximum records per page property of the repeating frame to min

  3. Set the maximum records per page property of the repeating frame to max

  4. Set the maximum records per page property of the repeating frame to n

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

Setting the maximum records per page property to 1 forces the repeating frame to display only one record per page, which is exactly what's needed when you want each record on a separate page. Options B, C, and D use 'min', 'max', and 'n' which are not valid settings for achieving one record per page.