Batch export without preview

edited December 2016 in FastReport VCL 5
Is there a way to take several reports without showing the dialog at all at the end? I'm aware of turning off clearing of previous reports so that they accumulate:

frxReport1.PrepareReport(False);

But at the end you call this:

frxReport1.Export(frxPDFExport1);

I have about 30 reports linked by a Delphi PageProducer component that generates an index.html. I don't want one long PDF and I don't want the dialog to come up each time a sub-report is being generated. I just want the file to be saved by the FileName property in the export component.

Comments

  • edited 6:11PM
    Never mind. I found the answer myself. The answer is to set the PDFExport dialog to not show.

    frxPDFExport.ShowDialog := False;

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.