Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 expressions in SSRS 2008

Author  Topic 

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2010-05-03 : 23:16:20
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?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-05-04 : 04:19:44
you mean expression values given in textboxes?


------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2010-05-04 : 08:37:47
Yes, I mean values in the textboxes?

Thanks!
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-05-04 : 12:47:37
you can search for them in xml (code behind) by checking for textbox names.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -