I\'ve created some crystal reports. When I run these reports on my system it is working perfectly but when I build the project and installed (exe) on another machine it is a
Need to set the credentials to access the database
reportDocument.SetDatabaseLogon("user", "password", "server", "database");