I have a report viewer in a form, and when I run the project I want to watch the values from the fields which they are coming from a DataSet.
The Dataset comes in full into my form. I have install the Report Viewer as Microsoft says BUT!!!
No Values.
Why is that?
You need to create a ReportDataSource which is bound to your DataSet, then bind the Report to the ReportDataSource.
It’s hard to give more detailed advice without seeing some code, but Mahesh Chands tutorial might help.