all groups > sql server reporting services > february 2007 >
You're in the

sql server reporting services

group:

Page headers showing data.


Page headers showing data. Daniel Bello
2/12/2007 4:29:29 PM
sql server reporting services:
Hello:

I need to show a page header that depends on a field from a dataset. My
report has a list control and inside it I'm using a textbox and referencing
it from the header using

="User Name:" + ReportItems!tbUserName.Value

My problem is that inside the list I also have a sub-report with several
pages, and the header is appearing correctly only on every first page of the
list, but on the pages generated by the page breaks on sub-report generates,
only the static part of the header appears.

Is there any way to make the dynamic text appear on every page?

Thanks,
Daniel Bello Urizarri.

Re: Page headers showing data. Daniel Bello
2/16/2007 12:00:00 AM
The solution:

Just align the Y coordinate of the TextBox with the List control so the
engine knows they are at the same level.

Daniel Bello.

[quoted text, click to view]

AddThis Social Bookmark Button