Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rhardie
Starting Member
2 Posts |
Posted - 2004-11-10 : 16:22:26
|
Does the feature "repeat across pages" work? I've yet to get it to.I have a few texboxes that hold "header" type data that need to repeat on every page that my data region (table) spans, but no sucess yet.Thx,Russell |
|
jhermiz
3564 Posts |
Posted - 2004-11-11 : 18:47:50
|
I noticed that as well, I actually had to move the header one level above into a grouped section but that group section has the next "details" data that I needed, so it worked out well for me.Do you have a group above this section ? If so just add a new row in your table in that group. It will then be sitting at the bottom of your original group, place your headings in this area.RS is a bit buggy in some aspects.Good Luck! |
 |
|
|
|
|