I created a report with one table, and it has one RowGroup (which automatically arrived) when I dragged the fields of my report. [He does not have a specific expression group]
Now my requirement is to create page breaks based on line number.
I clicked on the properties of the RowGroup and gave the Group expression = Coverage (RowNumber (Nothing) -1/2000)
And the page break "Between each instance of the group"
Now the page breaks, but the problem is breaking it for every line in my scoreboard.
How can I overcome the same thing and break it down into only 2000 lines.
This is done to eliminate the exception of Excel export for big data.
What am I doing wrong with tablix / group settings.
source share