Search code examples
reporting-servicesexpressionsql-server-2014reportbuilder3.0ssrs-2014

Search all Expression text in SSRS


I am working on a report which has many Expressions defined and would like to check all of these Expressions for the occurrence of some particular string - is this possible?

For example, I'd like to be able to identify all Expressions which contain the text Round( so that I can determine whether there's some unnecessary rounding being done.


Solution

  • If you don't want to do it fully automated, you can simply download your report file (.rdl) from the server and open it in a simple editor (the file is in an xml-based layout) and search for "Round(".