SSRS reports are being generated even though the Oracle cursor doesnt have values
I hope you are well. I have a Oracle SQL(11+) cursor that returns rows for a report. I also have a VB.NET batch that writes this file to a location by looping over all the Ids just for some context. Im trying to stop the generation of SSRS reports or prevent them from writing file to location if cursor is empty.