- I would like to print my data from SQL using CrystalReport 7
- Using a SQL Select Statement, Do you have a code for binding it from CrystalReport 7?
Printable View
- I would like to print my data from SQL using CrystalReport 7
- Using a SQL Select Statement, Do you have a code for binding it from CrystalReport 7?
:) take a crystal report control on the screen
then set the following.
1.control.Connect
2.control.SQLQuery
3.control.RetrieveDataFile
4.Control.PrintReport
i think this may help u..