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.
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.
Tags:
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?
Sharmin Jose,
I need the same answer to.
We can use Lookup function which is available in 2008 R2.
Thanks for the Help (ReportItems![Text Box name].Value
)
Thanks for posting this useful information.
How is that when the Text Box is in a Matrix?
Hi Milton,
You need to use InScope.
The following forum thread will give you clue about it:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/0bde66d7-b0e4-40da-9a0c-838663e66119/inscope-example-trouble-with-multiple-row-groups?forum=sqlreportingservices
Hi Ferry,
I wanted get grand total value to calcule percentage in a chart, but this calculation is in a group and I can’t get the total, so I tried to take it by the textbox name, but this textbox is a matrix.
I finally deleted the matrix (column group) to have various textbox with distinct names.
Thanks you very much.
I have one table tablix1 How can I access the textbox txt1 in Tablix1 ? can anyone help me please ?
I have one table tablix1 How can I access the value of the textbox in Tablix1 ? i want to calculate the sum of this expression can anyone help me please ?
Thanks for the query.(ReportItems![Text Box name].Value) I have searched some many website but i did not get. Finally i got here.
Thanks.
Thanks! Works well!
Thank you for this post. Very informative! This solved my problem. God Bless You
Thank you very much. you save my day. GBU
Leave a Reply