开发者

RDLC Detail pairs

开发者 https://www.devze.com 2023-01-05 11:22 出处:网络
in and RDLC, on a table开发者_如何学C each row of info is displayed as two RDLC details rows. ie

in and RDLC, on a table开发者_如何学C each row of info is displayed as two RDLC details rows.

ie

Bob    1234 bobo st      512-512-5122
Jones  Austin Tx, 78660  512-512-5133

but when paginating the report, the data pairs get split, with "bob" on one page and "Jones" on another.

Is there any way to force the RDLC Generator to keep these pairs on the same page?

Thanks,

Eric-


  • Go to Tablix properties
  • select General
  • select Page break option
  • Mark Keep together on one page if possible
0

精彩评论

暂无评论...
验证码 换一张
取 消