Exporting a report

Top  Previous  Next

Reports can be exported from the preview window. They can also be exported manually using the “TfrxReport.Export” method. The export filter to be used should be passed in the method's parameter:

 

frxReport1.Export(frxHTMLExport1);

 

The export filter component must be available and correctly configured (the component must be placed on the project form).