Limited row in RDLC Report

Hi Experts,

How can i limit no of rows on each page in rdlc report?.for exp if i have 100 customer i want 10 customer per page.

any suggestion is helpful.

Thank You.

Did you check this blog?

http://mohana-dynamicsnav.blogspot.in/2013/09/fixed-no-of-lines-in-nav-2013-rtc.html

Thank you for reply,

But that is not i am looking for BTW i found the solution.I want to print limited row on each page of list report.Say 10 customer on each page of list report. I done this by creating one parent group and in “Group on” write expression “=Floor((RowNumber(Nothing)-1)/10)+1” Which give me 10 Customer per page.

Regards,

Suraj