tags:

views:

190

answers:

0

Hi

I am creating Windows Application.

I have created the Report using the Report Viewer.

The report is generated but the reportviewers refresh button is not working.

I have also included the following code for refresh:

private void reportViewer1_ReportRefresh(object sender, CancelEventArgs e) { reportViewer1.Refresh(); }

Can any body tell me what should I do to Refresh the report in the report viewer?

Thanks in advance!