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.


Posted

in

,

by

Comments

15 responses to “How to get Table Cell or Text Box value in SSRS”

  1. Sharmin Jose Avatar
    Sharmin Jose

    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?

  2. Mantvydas Ozerenskis Avatar
    Mantvydas Ozerenskis

    Sharmin Jose,
    I need the same answer to.

  3. ravinder Avatar
    ravinder

    We can use Lookup function which is available in 2008 R2.

  4. GAM SKJai Avatar
    GAM SKJai

    Thanks for the Help (ReportItems![Text Box name].Value

    )

  5. Shalu Avatar
    Shalu

    Thanks for posting this useful information.

  6. Milton Avatar
    Milton

    How is that when the Text Box is in a Matrix?

  7. Milton Avatar
    Milton

    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.

  8. Faycel Ben Aissa Avatar
    Faycel Ben Aissa

    I have one table tablix1 How can I access the textbox txt1 in Tablix1 ? can anyone help me please ?

  9. Faycel Ben Aissa Avatar
    Faycel Ben Aissa

    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 ?

  10. ABHISHEK C Avatar
    ABHISHEK C

    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.

  11. Fazal Avatar
    Fazal

    Thanks! Works well!

  12. Jethro Avatar
    Jethro

    Thank you for this post. Very informative! This solved my problem. God Bless You

  13. Hanif Ontorizarwin Avatar
    Hanif Ontorizarwin

    Thank you very much. you save my day. GBU

Leave a Reply

Your email address will not be published. Required fields are marked *