Aug/10
29
How to get Table Cell or Text Box value in SSRS
3 Comments · Posted by Ferry Meidianto in ASP.NET, 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?
Mantvydas Ozerenskis · August 22, 2012 at 6:10 pm
Sharmin Jose,
I need the same answer to.
ravinder · November 29, 2012 at 2:26 pm
We can use Lookup function which is available in 2008 R2.