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

后端 未结 4 1954
梦毁少年i
梦毁少年i 2020-12-13 16:20

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

4条回答
  •  自闭症患者
    2020-12-13 16:47

    What I did was create another property on your object called lineBreak or something. when loading the objects make sure every 25 has the same number and increment by 1. then in table put a group over the details, grouping on lineBreak. then add an extra line inside that group, then every 25th row should be a blank line.

提交回复
热议问题