3
Answers

How to display "No Data Found" message in Report viewer

How to display "No Data Found" message in Report viewer when DataSet Contain Zero Records
Answers (3)
0
Pramod Thakur

Pramod Thakur

NA 7.3k 790.9k 7y
You can clear your browser cache manually or write a code for it. I am using jquery for it.
  
  1. $('.button').click(function() {  
  2.     $.ajax({  
  3.         url: "",  
  4.         context: document.body,  
  5.         success: function(s,x){  
  6.   
  7.             $('html[manifest=saveappoffline.appcache]').attr('content''');  
  8.                 $(this).html(s);  
  9.         }  
  10.     });   
  11. });  
 
 
0
Nilesh Shah

Nilesh Shah

NA 22.3k 214.4k 7y
mostly the proxy server caches the content of web pages,it's not your browser
 
if you check outside your organization it will be working.