Display progress bar or loading message while report is being generated
We have a report that accept a parameter using a form. When the user enters the parameter and clicks OK how can we display a progress bar or even a message to let the user know the report is processing?
Comments
No any solution for this requirement?
You can enable ProgressBar with:
FastReport.Utils.Config.ReportSettings.ShowProgress = true;
But by default its value is already true.
In Version=2022.2.17.0 this config disappeared