I know this has been asked at least a dozen times but it's not working for me. I have one report on top of the other. Report A will never have NoData so I set the OnNoData property on Report B to visible = false on NoData. Problem is when Report B does have data I can see Report A behind it.
I've tried setting Report A's visible to false;
on Report B's OnNoData
on the main report on focus and current
on Report A's format
None of it seems to be working. Help