I have created a report with one tablix and it has one RowGroup (which automatically came) when I dragged and dropped my report fields. [It doesnot have any group by expression defined]
Now my requirement is to create page breaks based on the row number.
I clicked on the RowGroup properties and give Group on expression
=Floor(RowNumber(Nothing)-1/2000)
And page break “Between each instance of group “
Now page is breaking,but the problem is its breaking for every row in my tablix.
How can I overcome the same and break only at 2000 rows.
This is to avoid Excel export exception on large data.
What am I doing wrong with the tablix/group settings.
I haven’t done this before but try adding another group outside you current group with this expression. Then set the page break in it.
Edit: I just re read you question. I think you expression is incorrect. I think it should be:
I couldn’t understand how you could set that as the group expression and it would stil group correctly. So you will still need 2 groups: