Developer technologies | .NET | F#
A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a SSRS report that has no groupings but some of the data is Null and if the data is null I need to hide the row. I have tried to hide the row and since there are no groupings I can't hide rows. I tried to hide individual columns using IIF(IsNothing( Field!Name.Value), False, True) and that does not work.
Not sure if this can be done with code or not, But I am stuck.
if the data is null I need to hide the row.
I don't see any NULL in your screenshot.
Filter them out from the query result set.