Run Report.Export() "silent"?

I create 5000 PDFs in a loop. That works well and is quite fast.
But the parent-form and a small report-cancel-dialog are rapidly flashing and flickering (5000 times)
That's a bit annoying and surely costs some extra time.
Is there a "silent-mode"?
I've tried "pdfExport.ShowProgress = false;" and "pdfExport.HideWindowUI = true;", but that has no effect...

Thx in advance...

Comments

  • edited 5:51PM
    Hello,

    You need to turn off the progress window at the report prepare:

    Config.ReportSettings.ShowProgress = false;
  • edited 5:51PM
    Thx! That was it!

    Before: 30 PDFs/sec.
    After: 58 PDFs/sec.

  • edited 5:51PM
    Hi All,
    Can ms charts regenerate a animation picture ,just like flash? for example ,i generate a Bar chart,and i want it to generate the bar slowly,like a flash ,Can i?

  • edited 5:51PM
    AlexTZ wrote: »
    Hello,

    You need to turn off the progress window at the report prepare:

    Config.ReportSettings.ShowProgress = false;

    Hi,

    How do I do this in FastReports for VCL?

    The above line does not work in VCL

    Thanks

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.