Aug/10
29
How to get Table Cell or Text Box value in SSRS
To get the Table Cell or Text Box value in SSRS you can do like this:
ReportItems![Text Box name].Value
Note: replace the [Text Box name] with the name of Text Box you want to access.
asp.net · ReportViewer · SSRS







Sharmin Jose · January 14, 2012 at 1:50 am
I have two tables. One pulls information from DS1 and the other pulls it from DS2. How can I access the textbox txt1 in Tablix1 from Tablix2?