I have the following three questions to ask about sql server reporting service 2008:
   1. When I want to see the 'expression' value from some fields like 'placeholders',
it is sometimes very hard to actually see the 'expression' value. Most of the time I have had to 'click' lots on  various locations in the
visual studio.net 2008 ide, and then return to the placeholder to see the value in the expression. Thus, is there an easy way to find these
expression values?
  2. is there some way to see all the sql behind one SSRS 2008 report in one consolidated location. This would include 'general' sql behind In
the RDL, the filters, and the group by logic?
 
  3. Is there a way to 'step through' code when the SSRS 2008 rdl is running? This would be similar to a 'stepping though' code in a .net
application?
 I am asking that question since sometimes I see errors that I know come from the .net framework. To fix the errors, so far I have had to
'guess' what the problem was. I am hoping there is a better way to debug the RDL.