Dont want to see 'Exporting page 1...' dialog

edited 8:14PM in FastReport 3.0
Hi,

When I use TfrxPDFExport and TfrxReport components and execute
  frxReport->Export(frxPDFExport);

I get these small dialogs 'Exporting page 1'...

I dont need them, how do I get rid of them?

I tried
  frxPDFExport->Background = true;
  frxPDFExport->ShowDialog = false;

but that didnt help.

Comments

Leave a Comment