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 |
sodakotahusker
Starting Member
2 Posts |
Posted - 2004-07-25 : 20:40:42
|
#1 - has anyone found a place to get help on more advanced issues with Reporting services (stuff that is not documented in the distributed FAQS/Help?#2 - My current specific question is this how does one reference textbox values on the report so one textbox can be used to calculate the value for another textbox? The documentation does not come out and say that you can't do this but it also does not seem to tell you that you can. |
|
Seraph
Starting Member
1 Post |
Posted - 2004-10-05 : 22:29:17
|
The only thing that I have found in MSDN that might relate to your problem is the section on collections. Check out [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSCREATE/htm/rcr_creating_building_v1_4r8z.asp[/url]From that you might be able to use an expression in one textbox which references the value of another textbox to achieve what you are trying to do. |
|
|
|
|
|