I've read through all the posts I can find about how to hide a row dynamically and it seems I'm in the minority since I'm using the designer to build my reports.
How would I configure it so that a row is hidden if a particular value is null via the report designer?
In my case, each record is represented by three rows, the third being a pictureBox. If a particular field is null, I need to hide the picturebox row.
Thanks in advance!
How would I configure it so that a row is hidden if a particular value is null via the report designer?
In my case, each record is represented by three rows, the third being a pictureBox. If a particular field is null, I need to hide the picturebox row.
Thanks in advance!