I'm looking for a way to increase the number of rows per page in an SSRS report beyond 50. There are dozens upon dozens of guides on changing the rows per page via a parent group that breaks based on a CEILING(RowNumber(Nothing)/X) calculation, but every guide I've come across seems to be focused on decreasing the rows per page, and I want to increase the rows per page.
If I try a number higher than 50 for my breaks--CEILING(RowNumber(Nothing)/100), for example--it still caps the rows per page at 50. Using a number below 50 does work. Is there a report setting I've missed somewhere?