Limiting lines per page in BI Publisher

 <?if: position() = 3?> 

<?split-by-page-break:?>
<?end if?> 
----------------------------
<? if position() mod 3 = 0?> 
<?split-by-page-break:?>
<?end if?>

Comments