• I'm lost, I'm using SSRS2005 and trying to limit the report to 15 rows per page. I have added a group and pasted '=Floor((RowNumber(Nothing) - 1) / 10)' in the expression but it is throwing an error. Can you assist? Or point me in the right direction.

    RowNumber() with scope parameter is not valid.