• I am using the following as you suggested successfully.

    Floor((RowNumber(Nothing) - 1) / Parameters!RowsPerPage.Value)

    However, adding this grouping broke the interactive sort that we had in place. The sort currently only sorts those records within each page.

    Any suggestions?