Used below expression to show only 50 Rows per page.
=Ceiling(RowNumber(Nothing)/50)
But still it shows only 42 rows per page. Crystal report shows perfectly fine but SSRS report doesn't.
I found the solution from here,
Need to set the Interactive Height property of the report to zero as shown below.