Search Wiki:
What is RSBuild

RSBuild is a deployment tool for SQL Server Reporting Service. It currently supports two types of tasks: executing SQL Server scripts and publishing SQL Server Reporting Serivce reports and shared data sources.

  • It uses ADO.NET to execute database scripts in batch. Database script can be specified in the configuration file with specific database connection. (This tool can be extended to support other database provider)
  • To publish reports and data sources to SQL Server Reporting Services, it uses the generic web service interface provided by SQL Server Reporting Services. By specifying data sources and report files in the configuration file, it will publish them to the designated location on the report server.

How to Run RSBuild

Please refer to the configuration guide document RSBuild Configuration Guide.doc.
Last edited Nov 16 2006 at 3:23 AM  by thuang, version 2
Comments
sblancher wrote  Jan 24 2007 at 6:31 PM  
Hi,
This ia really useful for us as our project is 100% open source or free to use! Thanks to all the team, it is working very fine and really helped us delivering the reports in a nice way.
Thanks again.
Best regards,
Sebastien - Geneva

Updating...