In my windows application crystal report, i want to retrieve data from database by selecting aDoctor Name and two dates Start and End Dates. In form1 where I dragged a CrystalReportViewer to view the report, acomboBox(cmbDoctorName) to and two datetimePickers(startDate and endDate) and abutton1 control. Whenever the user wishes to view report, first he will selectDoctor Name from cmbDoctorName and startDate and endDate then click button1, report should be shown by clickingbutton1 without appearing the ugly parameters dialog.
Note: I developed this application by using VS C#2.0 and SQL Server 2005.
Md Mashkoor Alam