public event System.EventHandler NoData
'Declaration Public Event NoData As System.EventHandler
You can use this event to cancel rendering a report when the source recordset is empty.
If you don't cancel the report, it will be rendered as an unbound report (a self-contained report with no underlying data).