Hi,
I have been having a problem displaying a simple report in a winforms app with the report viewer. I followed the tutorial videos, but do not know what is going wrong.
Below is what I get when I select the Report Property of the Report Viewer. In the video, the reports would show up in this list. The name of the report I want to appear in this list is TestReport.cs
Below is how my solution is setup:
And since I could not select my report via the property menu, I tried to do it in code like this, which also failed:
And finally, here is the error I am getting when running the app and click refresh.
My main question is, how do I set the report via the report property of the report viewer?
My second question is, how do I set which report to show via code?
Thanks in advance
I have been having a problem displaying a simple report in a winforms app with the report viewer. I followed the tutorial videos, but do not know what is going wrong.
Below is what I get when I select the Report Property of the Report Viewer. In the video, the reports would show up in this list. The name of the report I want to appear in this list is TestReport.cs
Below is how my solution is setup:
And since I could not select my report via the property menu, I tried to do it in code like this, which also failed:
And finally, here is the error I am getting when running the app and click refresh.
My main question is, how do I set the report via the report property of the report viewer?
My second question is, how do I set which report to show via code?
Thanks in advance