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...
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
You need to turn off the progress window at the report prepare:
Config.ReportSettings.ShowProgress = false;
Before: 30 PDFs/sec.
After: 58 PDFs/sec.
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?
Hi,
How do I do this in FastReports for VCL?
The above line does not work in VCL
Thanks