[SSRS]: Is there a way to return a flag indicating that the report has no data?

Viewed 20

I am using SSRS for reporting and I am generating them in an ASP.NET Core application using ReportExecutionService. I have a background job that runs daily in the backend to generate the report and send it via email to the users.

However, sometimes when we don't have data, the generated report will be blank, So, I am trying to find an indicator in case of blank report, so that I won't send it to users in that case.

Is there such an indicator returned by SSRS in case of empty reports? If not, is there a simple way to add one?

Thanks,

0 Answers
Related