Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, October 22, 2019 7:52 AM
I want to print a Receipt using Report Viewer. I already install Microsoft Rdlc Report Designer but I can't find report Viewer in tool box or if I want insert new element.
All replies (5)
Tuesday, October 22, 2019 9:19 AM
Did you install the RDLC designer? It dosn't com ewith VS out of the box: https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio-18001
Tuesday, October 22, 2019 11:27 AM
Yeah I did it
Tuesday, October 22, 2019 12:10 PM | 1 vote
Hello,
Simply installing it will not add to the toolbox. See the following post, search for
Now we can temporarily add the ReportViewer tool to the tool box.
https://stackoverflow.com/questions/40713705/reportviewer-tool-missing-in-visual-studio-2017-rc
Note in this case the install is done via NuGet.
Please remember to mark the replies as answers if they help and unmarked them if they provide no help, this will help others who are looking for solutions to the same or similar problem. Contact via my Twitter (Karen Payne) or Facebook (Karen Payne) via my MSDN profile but will not answer coding question on either.
NuGet BaseConnectionLibrary for database connections.
Wednesday, October 23, 2019 7:38 AM
Hi gaggs1,
Thank you for posting here.
You could refer to the following link to find reportviewer in vs2017.
How to add reportviewer control in visual studio 2017 vb .net
Hope his could help you.
Best Regards,
Jack
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].
Wednesday, October 30, 2019 9:13 AM
Hi gaggs1,
Sorry for bothering you.
As Kareninstructor and Jack J Jun say, the RDLC report designer extension doesn't contains report viewer control, and the control this need to be add by other package.
In addition to the steps they share, you could also follow below steps:
- download the nuget package, which contains report viewer control.
- **modify the file extension to zip , and unzip it. **
- go to toolbox in visual studio, right-click the white area, click "choose items..."
- click the "Browser", then open "Microsoft.ReportViewer.WinForms.dll" in your extracting directory, which is like: "C:\Downloads\microsoft.reportingservices.reportviewercontrol.webforms.150.1358.0\lib\net40"
- Then you could add it from toolbox
Look forward to your feedback.
Best Regards,
Dylan
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected]