SQL Server Reporting Services (SSRS) – Referencing a Report Item in SSRS

Use the following expression to reference a textbox in a SSRS report. Assuming your textbox name is TextBox6:=ReportItems!Textbox6.Value.That was simple, but now you want to sum on the report item textbox.The problem that you are facing is the expression in