I am working on a project which requires me to create an installer application using WPF and ClickOnce to install my website and the required prerequisites on a remote users laptop. As part of this Installer program I need to automatically deploy/update Reports, Dataset and Data Sources to the remote users Reporting Services (SQL Express 2008 R2); I have found the following thread Publish rdl Reports Programmatically with c# but the answer didn't explain how to achieve this and just points to the API.
Thank you in advance for your assistance.