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.
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 MVPhttp://visakhm.blogspot.com/ |
 |
|
jassie
Constraint Violating Yak Guru
332 Posts |
Posted - 2010-05-04 : 08:37:47
|
Yes, I mean values in the textboxes?Thanks! |
 |
|
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 MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|