简体   繁体   English

通过WPF(C#)应用程序自动部署Reporting Services报表(SQL Express 2008 R2)

[英]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. 我正在从事一个项目,该项目需要我使用WPF和ClickOnce创建安装程序应用程序以在远程用户笔记本电脑上安装我的网站和所需的先决条件。 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); 作为此安装程序的一部分,我需要自动向远程用户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. 我发现以下线程使用c#编程方式发布rdl报告,但答案并未说明如何实现此目的,仅指向API。

Thank you in advance for your assistance. 预先感谢您的协助。

You might want to check out RSBuild project on codeplex (http://rsbuild.codeplex.com/). 您可能想在codeplex(http://rsbuild.codeplex.com/)上签出RSBuild项目。 It is old but still points out the various aspects of SSRS task automation. 它很古老,但仍然指出了SSRS任务自动化的各个方面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 部署SQL Server 2008 r2 Reporting Services数据扩展时出错 - Error deploying SQL Server 2008 r2 Reporting Services data extension 部署使用Asp.Net,C#和Sql Server 2008 R2构建的Web应用程序 - Deploying an Web Application built using Asp.Net,C# and Sql Server 2008 R2 使用C#安装SQL Server 2008 R2 Express - Install SQL Server 2008 R2 Express using C# 在C#Windows应用程序中使用MS SQL SERVER 2008 R2 EXPRESS? - Use of MS SQL SERVER 2008 R2 EXPRESS with C# Windows Application? 具有SQL 2008 R2开发人员和SQL Express 2008 R2的ASP.Net C#ASPNETDB.mdb - ASP.Net C# ASPNETDB.mdb with SQL 2008 R2 Developers and SQL Express 2008 R2 C#Express Edition + SQL Server 2008 R2 Express; 正在运行时重新创建的数据库文件 - C# Express Edition + SQL Server 2008 R2 Express; Database file being recreated on run SQL Reporting Services 2008比较了Crystal Reports? - SQL Reporting Services 2008 compared Crystal Reports? 适用于Microsoft SQL Server Express 2008 R2的VS C#constring - VS C# constring for Microsoft SQL Server Express 2008 R2 卸载SQL Server Express 2005,然后在C#ClickOnce Winform应用程序中安装SQL Server 2008 R2 Express - Uninstall SQL Server Express 2005 then install SQL Server 2008 R2 Express in C# ClickOnce Winform App 通过C#Web服务将android与sql server 2008 r2连接 - connectivity of android with sql server 2008 r2 via c# webservice
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM