all groups > sql server reporting services > may 2006 >
You're in the

sql server reporting services

group:

Refereing a text box


Refereing a text box Ishan Bhalla
5/10/2006 6:02:01 PM
sql server reporting services:
Hello all,

i have a text box in the page footer region that i want to refer to in the
report body. How do i refer it? When i enter the text box name and value it
says cant find text box.

thanks in advance
Re: Refereing a text box michaelhilding NO[at]SPAM gmail.com
5/12/2006 9:29:16 AM
I believe it is ReportItem!TextBox.Value. Or it least it works that way
when refering to a text box from the report body to a text box in the
footer.
Re: Refereing a text box KimB
5/12/2006 10:29:02 AM
Name the text box that you want to reference. Ex: txtAnswer
In your footer text box enter =ReportItems!txtAnswer.value

Hope this helps!

[quoted text, click to view]
AddThis Social Bookmark Button