I have a winforms application, when a user runs a report there may be no data to display.
I'd like to intercept the fact that there is no data an instead of showing the blank report, display an error message using .NET.
Is there a property I can check before the report displays?