How to repeat table's header rows on each page in Reportviewer11 with Visual Studio 2010

后端 未结 3 775
半阙折子戏
半阙折子戏 2020-12-10 14:00

I am trying to create some reports on ReportViewer 11 with VisualStudio2010. And I want to repeat table header in each page in export execl. I Set “RepeatOnNewPage” to “True

3条回答
  •  难免孤独
    2020-12-10 14:48

    Thanks George this link was helpful for me: http://blog.teamgrowth.net/index.php/net/how-to-repeat-header-rows-on-each-page-in-reportviewer-rdlc

    "Now, repeat above procedure for all “Static” rows in Row Groups list, except the “Static” rows present under the different group (encircled with black color in following figure), do same for the Details group (encircled with red color):"

    My mistake was that I changed values for "Static" row , not for "Details" row also! After I changed these two values for both Static and Details all works well: KeepWithGroup After RepeatOnNewPage True

提交回复
热议问题