How to disable the Progress Form during Printing
Hi,
When i want to print the report i use report.print.
When the time it prints it will show out the progress form.
Can i disable it and continue for the next function.
I just don't want to show it.
Can i?
Thank You.
When i want to print the report i use report.print.
When the time it prints it will show out the progress form.
Can i disable it and continue for the next function.
I just don't want to show it.
Can i?
Thank You.
Comments
To disable the progress form:
using FastReport.Utils;
Config.ReportSettings.ShowProgress = false;