简体   繁体   中英

Automatically Deploying Reporting Services Reports Via WPF (C#) Application (SQL Express 2008 R2)

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.

You might want to check out RSBuild project on codeplex (http://rsbuild.codeplex.com/). It is old but still points out the various aspects of SSRS task automation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM