Hello,
I have these reports that running on the development machine but when I try to load them from different machines I get a database login window which does not allow me to select server or database. As a result the reports are failing to load.
So far I tried the following but none of them works.
ConnectionInfo myConnectionInfo = new ConnectionInfo();
myConnectionInfo.ServerName = "TSQL";
mytableloginfos = myReportViewer.LogOnInfo;
2. I've installed SQL Server 2008 express at the other machines (the db is on SQL2008)
Any ideas what am I doing wrong?
Thank you in advance.