Showing RDLC header only one time

前端 未结 4 870
轮回少年
轮回少年 2021-01-24 01:13

Normally in RDLC reports, if you use a header it will be repeated on every page.

What\'s the solution if I only want to show the header on the first page and not the res

4条回答
  •  北海茫月
    2021-01-24 01:26

    First remove page header.

    If you want to display data in first page, then put the controls before the tablix control in the body only. If you want to display data in every page, set that control repeat with property to tablix.

提交回复
热议问题