January 18, 2008 at 3:02 am
Hi i create an report with two datasource (2 query). The first query return the name and surname of one user. I put this fields into 2 textbox on the report's body (txtName and txtSurname).
The second query return a list of object. I put this list into a table (tbList) on the report's body.
I want to see the name and surname into report's header and in every pages.
I put an textbox(txtName2), into report's header, that take the value from the textbox txtName:
=First(ReportItems!txtName.Value)
and i set, in the property tab, then this textbox must view into all pages.
In this way, when i see the report's preview, i can see then name and surname into header of every pages.
Then problem born when print the report. I see the name and surname only into the first page.
Why, in the report's preview, the textbox into header, is visible, but, when i print, i see it only into first page.
Thank's
January 18, 2008 at 4:00 am
January 18, 2008 at 4:05 am
Sorry, but i haven't create a group on the table
January 18, 2008 at 5:26 am
January 18, 2008 at 5:48 am
Yes, but this property i can see the table's header in every page, but i want to see the textbox into reports'header in every page.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply