C# and crystal report
-
hi... i'm using crystal reports with C#. I'm using an ODBC connection for the report. when trying to open the report from test machine it gives this window. ......................................... Databse login . ......................................... server name: . DataBase: . LoginID: . password: . . integrated security (checkbox) . ......................................... how can a reomve this window
-
hi... i'm using crystal reports with C#. I'm using an ODBC connection for the report. when trying to open the report from test machine it gives this window. ......................................... Databse login . ......................................... server name: . DataBase: . LoginID: . password: . . integrated security (checkbox) . ......................................... how can a reomve this window
-
hi... i'm using crystal reports with C#. I'm using an ODBC connection for the report. when trying to open the report from test machine it gives this window. ......................................... Databse login . ......................................... server name: . DataBase: . LoginID: . password: . . integrated security (checkbox) . ......................................... how can a reomve this window
Hey Shabonaa, What you need to do is programatically set that in the page load or report load event using code behinds. The only way I found to easily remove the window is to load the crytsal report in the code behind page and NOT in the .aspx Does this make sense? You should google "crystal reports c# programmatically" and sift around for something close to what you are doing.
----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford
-
Hey Shabonaa, What you need to do is programatically set that in the page load or report load event using code behinds. The only way I found to easily remove the window is to load the crytsal report in the code behind page and NOT in the .aspx Does this make sense? You should google "crystal reports c# programmatically" and sift around for something close to what you are doing.
----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford
-
hmmm. should still be doing it programmatically then. you should still be loading up the report and passing logon credentials through the C# code. if not in a code behind, then in a class file. but you will have to do it that way. You should google "crystal reports c# programmatically" and sift around for something close to what you are doing.
----------------------------------------------------------- "When I first saw it, I just thought that you really, really enjoyed programming in java." - Leslie Sanford
modified on Tuesday, May 20, 2008 6:16 PM
-
hi... i'm using crystal reports with C#. I'm using an ODBC connection for the report. when trying to open the report from test machine it gives this window. ......................................... Databse login . ......................................... server name: . DataBase: . LoginID: . password: . . integrated security (checkbox) . ......................................... how can a reomve this window