TAG | ReportViewer
Aug/10
29
How to get Table Cell or Text Box value in SSRS
15 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