|
FlexCel Studio for VCL/LCL
|
Occurs when progress is made in the template.
property OnProgress: TOnFlxProgressEvent;
__property TOnFlxProgressEvent OnProgress;
this event can be a simple way to get feedback for your reports, but the recommended way to do this if you have reports that take a considerable time to execute is to run the reports from athread and use the Progress property to update the user interface.
Using this eevnt will probably result in a non responsive application.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|