July 14, 2008 at 2:56 pm
i would like to assign the value from detail textbox to a textbox in page footer.
in the detail section i have a textbox with firstname
in the page footer i would like to use the name for prepared by:
i am not able to do table in page footer.
could anybody let me know how to do it?
July 15, 2008 at 12:39 am
How many rows are there in Detail section?
July 16, 2008 at 4:56 am
If the value won't change for each row, you can do this by putting the first value of the field into a hidden parameter, and then using the hidden parameter in a textbox in the footer.
July 16, 2008 at 5:06 am
Hi,
use this expression:-
=ReportItems!TextBoxName.Value
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply