In some of our SQL Server Reporting Services reports written for SQL 2005, we used Me.Value in a hidden expression to determine if the cell should be displayed. This did a great job with SSRS 2005 (although it probably wasn't).
However, it no longer works with SSRS 2008. Is there an alternative (other than using the actual field) that we can use?
Edit: I need something that works in both SSRS 2005 and 2008, as these reports will be distributed in several places.
source
share