user5115180
user5115180

Reputation:

Page Breaking/ Pagination in SSRS

I need to show only fixed number of rows per page in our ssrs report. I surfed the solutions in internet, all of them requires to add a new group in report on the top on parent group. Is it possible to add pagination without creating a new group / In a existing group?

Upvotes: 0

Views: 192

Answers (1)

M.Ali
M.Ali

Reputation: 69494

Without using grouping or expressions the easiest way is to change the page size in the report properties(Page Setup).

Change the Paper Size to Custom and change the Height to desired show the desired number of rows.

enter image description here

Upvotes: 2

Related Questions