Tablix: Repeat header rows on each page not working - Report Builder 3.0

前端 未结 6 566
滥情空心
滥情空心 2020-11-29 14:43

I have a tablix with lots of rows that span over multiple pages. I have set the Tablix property Repeat header rows on each page but this does not work. I read somewhere that

6条回答
  •  没有蜡笔的小新
    2020-11-29 15:33

    How I fixed this issue was I manually changed the code behind (from the menu View/code). The section below should have as many number of pairs as the number of rows are in the tablix. In my case I had more pairs than the number of rows in the tablix. Also if you go to "Advanced mode" (to the right of "Column Groups") the number of static lines behind the "Row groups" should be equal to the number of rows in the tablix. The way to make it equal is changing the code.

    
          
            
              After
              true
            
            
              
            
          
        
    

提交回复
热议问题