since you are using stored procs, you should be able call the stored procs and count the records. Better yet, combine the output of the stored procs into 1 (you can keep it as 2 datatables), get the data via a call in the application and push the data to the report. Since you control the data, you can see if anything is there, and if nothing is there, don't call the report.
HTH