Groups | Blog | Home
all groups > sql server reporting services > may 2007 >

sql server reporting services : Is there a way to reference the current textbox simular to the "this" keyword???


Tyler
5/24/2007 9:07:33 PM
I want to be able to do something like

iif(this.value >= 1, "Green", "Red")

or

iif(textbox3!Value >=1, .....


Is there a well to reference the current textbox for which i am
performing an expression on.


Thanks in advance.
Nico Verheire
5/25/2007 12:00:00 AM
Hello Tyler,

try Me.value

Nico


[quoted text, click to view]

AddThis Social Bookmark Button