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 |
Samgh
Starting Member
2 Posts |
Posted - 2004-12-22 : 14:53:45
|
I have developed an report using reporting services(Visual Studio). I have detail group to show bunch of rows and I want to show or hide somerows based on some condition. Please let me know anyone has solution on it.Thanks,Sam |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-12-22 : 14:55:55
|
Highlight the row in Layout mode. Go to its properties in the Properties window. Find Visibility property. Modify the Hidden property with an IIF expression.Tara |
 |
|
Samgh
Starting Member
2 Posts |
Posted - 2004-12-27 : 12:05:51
|
Tara,Thanks for the solution. It worked.Sam |
 |
|
|
|
|