How to print without preview

How can I print report without preview.

I use the following code:
frReport1.LoadFromFile(reportName);
frReport1.ShowReport;

The above code always show results on screen before I can print to the printer.

Comments

Leave a Comment