Hi All,
My .NET webpage loads an RPT file that connects to SQL server. Whenever I test the webpage, it always asks my to provide credentials to login to the SQL server. It displays the message "The report you requested requires further information." and asks me to fill out the password. After I do that, the report is displayed.
In my webpage code, I have report.load and then report.setdatabaselogin with the username, password, database instance and databasename in my page_load event.
Is there something else I need so that the message doesn't display when my report loads?
.Thank you in advance,