how to avoid logon
I create a strong-typied DataSet as the ReportSource of CrystalReportViewer object, and everything goes well until the report is just to be opened in the run-time.
The problem is that when running, a dialogue displayed to let me enter the logon information such as server name, database,user ID and password.
my question is how to avoid the step, and display the reportviewer directly.
If we have no choice but to set the logon infomation, how to do this, and what are the server name and database (are they "ACCESS" and the file name of .mdb file?), and where to find them or how to modify them?
Your help will be appreciated :)
|