Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ssrs - repeat tablix at top of every page

I have a report made up of 2 tablix. The first tablix just has some basic information in it, and is linked to a dataset.

The second tablix is linked to a different dataset and is made up of a lot of rows and spans multiple pages.

All I am looking to do is have the first tablix be displayed at the top of every page.

I cant add it to a header because you can't add a tablix containing data to a header. I also don't want to just repeat column headers, because I need the entire tablix repeated.

like image 469
Luke K. Avatar asked Oct 21 '13 16:10

Luke K.


1 Answers

Depending on how your Tablix is set up you could do the following:

• Select Tablix Properties and check column Headers > Repeat Header columns on each page In the grouping pane in advanced mode (click on small black down arrow on far right of grouping pane); select the corresponding (static) item in the row group hierarchy. • In the properties grid, set RepeatOnNewPage to true and Keep with Group to After

like image 66
bombus1700 Avatar answered Oct 23 '22 13:10

bombus1700