How do I find a specific textbox within a SSRS 2008 R2 Report
reportbuilder3.0, reporting-services, ssrs-2008
Solution
When using Visual Studio, at the top of the Properties window there is a drop down box with all the objects on your report in it. You can find and select the object in there.
Problem
I have a large report that I built in Report Builder 3.0. The report consist of several tablexes and several (800 - 1000) textboxes. When I get an error in an expression, the system says I have an error in Textbox205 for example. Is there an easy way to find "Textbox205"?