I\'m trying to display some report with some subreports inside it, but every it shows the report it throws some dialog box asking for datab
You can just write report.SetDatabaseLogon("username", "pwd", @"server", "database"); give the login information then the database logon box will not appear when you will run the code.