Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Want to show fix number of rows per page in SSRS

i search google for showing fix number of rows per page in SSRS and found solution like 1) add group and put a expression like for the view =CEILING(RowNumber(Nothing)/10).

from this website http://gauravsqlserver.blogspot.in/2011/03/how-to-fix-number-of-rows-per-page-in.html i got the info and follow all the step but when i compile report then i am getting error like

A sort expression for the tablix ‘Tablix5’ uses the function RowNumber. RowNumber cannot be used in sort expressions.

so please guide me how to fix this error and also tell me am i on right track to show 10 records per page.

like image 943
Thomas Avatar asked Dec 19 '25 22:12

Thomas


1 Answers

In the group properties, go to Sorting.

You may find a default sorting created.

Delete it and try to run the report.

like image 174
Haritha Avatar answered Dec 21 '25 18:12

Haritha



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!