|
Hey guys, quick question for you... Is there a way to reference a textbox or a tablix in an expression? I have a Textbox with a name of ABC_Textbox - This textbox is based on a different data source that the one I'm working with so I can't just add that textbox's formula into the expression that I'm using... I am trying to use that textbox's value in an expression, something like: ABC_Textbox.Value --- that doesn't work, I don't know how to do it... is it possible?
(comments are locked)
|
|
Unless I missed something, you need to use the syntax ReportItems.ABC_Textbox.Value You can get more information on this at http://msdn.microsoft.com/en-us/library/bb934329%28v=sql.100%29.aspx
(comments are locked)
|

