Sunday, June 13, 2021

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")



No comments:

Post a Comment