I am wondering how I can find out the number of rows in a SubReport after filtering is applied. I want to know whether all rows of a given SubReport are filtered out (leaving an empty report) so that I can hide that particular SubReport. It's easy enough to see how many rows I get back from the database, but until the Filtering is processed, I don't really know how many rows will display.
This seems like an easy task, but so far I'm stumpted.
This seems like an easy task, but so far I'm stumpted.