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.