I want to do a bind datatable to reportviewer with the code below. I don\'t see the results appear in the reportviewer, wh
The only things that I do differently is I do a:
reportViewer1.LocalReport.DataSources.Clear();
before setting the data source, and I do a:
reportViewer1.LocalReport.Refresh();
instead of calling RefreshReport() on the reportviewer control.
I'm not sure what the ReportEmbeddedResource properly does, maybe try getting rid of that too.