how do i remove "database login" from my crystal report??
-
You set the needed properties via code. Depending on the datasource this includes: - username - password - database location etc Have a look at: ReportDocument.SetDatabaseLogon Method[^]
The need to optimize rises from a bad design. My articles[^]
-
You set the needed properties via code. Depending on the datasource this includes: - username - password - database location etc Have a look at: ReportDocument.SetDatabaseLogon Method[^]
The need to optimize rises from a bad design. My articles[^]
-
You're welcome :) Basically it will work fine. However, it slightly depends on what kind of datasource you have. If you're connecting to a database server, it will typically works fine as is, but if your datasource is for example a xml file then you have to take care that the directory is correct for database logon in another computer when pointing the file. If you encounter problems later, open a new thread and we'll try to help. Mika
The need to optimize rises from a bad design. My articles[^]
-
You're welcome :) Basically it will work fine. However, it slightly depends on what kind of datasource you have. If you're connecting to a database server, it will typically works fine as is, but if your datasource is for example a xml file then you have to take care that the directory is correct for database logon in another computer when pointing the file. If you encounter problems later, open a new thread and we'll try to help. Mika
The need to optimize rises from a bad design. My articles[^]