Hi SNK08,
You can use a report expression on the visibility property of the detail row. Take a look at using expressions in a report at:
http://msdn.microsoft.com/en-us/library/ms157328.aspxThe visibility expression you are looking for is probably something like: =IIF(Fields!Row.Value Is Nothing, false, true)
Brad Syputa, Microsoft Reporting Services This posting is provided "AS IS" with no warranties.