Handle the 'no data' event in a report. Assumes that the caption of the report can be used as a description.
The report object (usually 'Me' since the code is running in the report code-behind)
Private Sub Report_NoData(Cancel As Integer) PrintReportNoDataError Me End Sub