Constants - Report Statistics¶
Several actions are timed, and the values are passed to the report integration via the OnReportStatistics event. The first argument of this event is one of the following values.
| Constant | Description |
|---|---|
C_drReportOpen |
Time needed to open the .DR file |
C_drExecutionPlan |
Time needed to create an execution plan (ODBC and RDS data-sources only) |
C_drExecution |
Time needed to execute the SQL statement to get the report results (ODBC and RDS data-sources only) |
C_drReadRecords |
Time needed to read the data from the database or result set |
C_drSortRecords |
Time needed to sort the data internally |
C_drCountPages |
Time needed to count the number of pages for the report |
C_drFormatPage |
Time needed to format all the pages |