Israel

Israel

  • NA
  • 1.3k
  • 204.5k

Doesnt refresh my report data at running time

Jun 12 2018 9:51 AM
Hi,
 
In Load method this code run very well:
 
ReportViewer1.Report = report;
ReportViewer1.RefreshReport();
 
But when I need to use it in a button to refresh my data in running time it doesn't work.
 
How can refresh my report data in running time. I'm using VS2015

Answers (5)