How to page break after specific row(Suppose 25 rows) in rdlc reporting

yeasir007 picture yeasir007 · May 6, 2012 · Viewed 37.2k times · Source

How to page break after Specific rows (like 15 rows) in rdlc reporting.

Answer

yeasir007 picture yeasir007 · May 12, 2012

It's so easy.Suppose My reports looks like

enter image description here

Enable advance mode

enter image description here

Add a group for page break

enter image description here

Define the number of rows what do you want in the group expression(In this case i want 15 rows)

enter image description here

Delete group column if you not need

enter image description here enter image description here

Delete Expression from Group details

enter image description here enter image description here

Select Group Properties and set page break attribute breakLocation as End,Disables as false and RestPageNumber as fasle.

enter image description here

Select Group Details Properties and Set Disable=true

enter image description here

Now here's the report with page break after specific row

enter image description here enter image description here

If You want to keep Table Header in every page than click here