Report Viewer Control
It's a very nice control to drop on your winForm. However, it's missing what most people think is a basic function, RENDER!!!
so to get the report to render I had to call ReportViewer1.RefreshReport(); method since it does not seem to be making a call to render!
the parameters are: report server: http://localhost/reportserver
and //
so to get the report to render I had to call ReportViewer1.RefreshReport(); method since it does not seem to be making a call to render!
the parameters are: report server: http://localhost/reportserver
and /
