How to show headers in each page of the report in Microsoft Report Viewer

后端 未结 6 1078
耶瑟儿~
耶瑟儿~ 2021-02-01 19:49

I am trying to create some reports, and I want to show the headers in each page of the reports. I create a table and the uppermost row becomes my header, but it is only shown fo

6条回答
  •  青春惊慌失措
    2021-02-01 20:26

    image

    In Row Groups below the main page of the report, there is a line "Static" writing on it. It is a tablix member and to repeat the headers use below attributes

    RepeatOnNewPage = True and KeepWithGroup = After

提交回复
热议问题