Neharika,
Add a group to your report and use the following expression to group on:
=Floor((RowNumber(Nothing) - 1) / 10) or Ceiling function =Ceiling((RowNumber(Nothing)/10))
To set 10 records per page
Also set the 'Page break at and' property for the group.
Hope this helps!!