In this article, i will show you how to set visibility in ssrs expression
step 1 : right click on table go property
step 2 : go to visibility - > expression
step 3: set expression below line of code
=IIF(CountRows("DatasetName") > 0, false, true)
0 Comments
if you have any doubts , please let me know