Printing a report
In most cases, you will print a report from the preview window. To print a report manually, you should use the TfrxReport.Print
method, for example:
frxReport1.LoadFromFile(...);
frxReport1.PrepareReport;
frxReport1.Print;
At the same time, the dialogue, in which printing parameters can be set, will appear. You can assign settings by default, and disable a printing dialogue with the help of the TfrxReport.PrintOptions
property.