SSRS – How to check whether dataset is returning data or not – SQL Circuit

SSRS – How to check whether dataset is returning data or not

 We can use the below expression to check whether dataset is returning data or not :

=IIF(CountRows(“YourDataset”) > 0,“Data is Available”),“Data is Not Available”)

Leave a Reply

Your email address will not be published. Required fields are marked *