Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
salmonraju
Yak Posting Veteran
54 Posts |
Posted - 2007-08-09 : 08:46:42
|
Hi I am developing a Report Project ,that contains some reports using VS.Net ,My task is to install these reports on client Machine. Is there any option to add a "Set Up Project" to the Report Project solution, so that client may run this setup project(.exe) to install the reports in his server.My Main requirement is , client can install these reports into his machine by executing a set up file. Is this possible?, Please suggest me a good solution |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-08-09 : 23:06:51
|
You can copy the project to client machine, user can open it as long as the machine has RS client. |
 |
|
|
|
|