View Single Post
  #5  
Old 06-19-2006, 11:17 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,020
If the VS.NET 2003 deploy action for reporting projects can be configured to deploy .rdl files, you can call that via a Make VS.NET action (Deploy/Publish build behavior):
http://www.visualbuild.com/Manual/vs...olutiontab.htm
http://msdn.microsoft.com/library/en...xlrfDeploy.asp

Other options:
1) Use a Copy Files or FTP action to deploy the files as needed.
2) http://www.codeproject.com/cs/databa...portDeploy.asp (this is for VS2005 but might work w/ older versions with a little modification)
Reply With Quote