TFlexCelReportProgressPhase Enumeration
Phase of the report we are in.
Syntax
Unit: FlexCel.Report
Members
Name |
Value |
Description |
NotRunning |
0 |
Report is inactive.
|
ReadTemplate |
1 |
Reading and parsing the template.
|
OrganizeData |
2 |
Organizing the data on the template.
|
CopyStructure |
3 |
Inserting the needed rows/ranges for the report.
|
FillData |
4 |
Replacing the tags with the new values.
|
FinalCleanup |
5 |
Fixing pagebreak or delete rows tags.
|
Done |
6 |
Report has finished.
|