0
votes

I have set up a simple tablix with two rows. The upper row has a value that I want repeated on every page, and the lower row contains a subreport.

I have tried setting the static row group RepeatOnNewPage to true and I have tried creating a table, putting the upper value in the header and setting headers to repeat on every page. Neither of these have worked; the upper row value will only show on the first page.

1

1 Answers

0
votes

I decided to pass the value in the upper row down as a parameter into the subreport. It now shows up on every page.