I am a novice developer who develops software for a company, although I am very familiar with programming. I rarely develop software for a company, now, after I joined the company, I had a problem creating software.
I have to develop software that can be easily installed and updated on the client computer, I solve it with clickonce, then there is a problem, almost all the software that I develop should have a report viewer, I try to use reportviewer from microsoft, but it give me more problems during installation, I try everything I found on the Internet to make an installation that is easy to install, but I continue to struggle with installing reportviewer, it keeps an error on some computer, although sometimes to be installed without error on a different computer.
I need to suggest how I can develop a program that can display a report and print it without installing any other program on the client. I am using C # in Visual Studio 2015, I am developing WPF and using it on the web.
source
share