|
I got the code. It's a simple one line code if using ADO. Add a crystal report control to the form, connect it with the source, and configure to your preference. Then call it using this line... crptReport.PrintReport. You can also choose to preview it (print to window). The result is amazing. Yet it's that simple!
Note: "crptReport" refers to the name of the control.
|