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 |
KimberlyL
Starting Member
4 Posts |
Posted - 2005-10-20 : 11:50:49
|
Does anyone know how to make a footer appear on every page when it is using a ReportItem to populate it? My problem is that I need something to appear in the footer of every page but since I cannot drag a field into the footer, I am referencing a reportitem. Problem is, the textbox only appears on the first page of the report, so my footer is only populated on the first page. Is there a work around for this?Thanks,Kim |
|
jhermiz
3564 Posts |
Posted - 2005-10-20 : 18:24:31
|
Yes there is, drag and drop that item into a cell and make that cell invisible. Then set the footer to match that exact textbox object. FOr instance, say you drop the field CustomerName inside a cell. That "cell" has a name, like Text27. Set Text27 to be invisible. Now in your footer just reference Fields!Text27.Value.Jon Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]Imperfection living for perfection -- [url]http://jhermiz.blogspot.com/[/url] |
 |
|
|
|
|