Page 1 of 1

Re: Password Require when opening report in clients

Posted: Thu Apr 25, 2013 10:30 am
by HighAley
Hello.

You should disable the Prompt User Name and Password option in the Connection settings.

Thank you.

Re: Password Require when opening report in clients

Posted: Mon Apr 29, 2013 11:33 am
by HighAley
Hello.

Please, try to use next code:

Code: Select all

report.Dictionary.Databases.Add(new StiSqlDatabase("Connection", "Connection", ConfigurationManager.ConnectionStrings["Database"].ConnectionString), false);
Thank you.