Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have a report that allows Finance to print off multiple invoices at the same time. The problem I'm running into is that they want the Bill To information repeated on each page of the invoice.

I have two groups set up on the report. Group A is grouped on Document Number. Group B is grouped on Line Item. It works perfectly fine when I running multiple invoices (multple document numbers), but I can't figure out how to get the information from Group A to repeat on the second (or third, etc.) page of the Invoice.

How can I get the Parent Group (Group A) to repeat on subsequent pages?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
555 views
Welcome To Ask or Share your Answers For Others

1 Answer

First, make sure you've enabled Advanced Mode in the Grouping section:

enter image description here

For each Group Header row, set the RepeatOnNewPage property to True.

enter image description here

enter image description here

This should do the trick - you might need to play around with it a bit more; in my experience it can be quite tricky to get everything correct.

For more detail see Repeat Header / Keep Header Visible in Tables in RS 2008.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...