|
|
| |
Design Features
 |
| Report
Events |
While
designing your reports with
ElegantJ Report Writer, you
get a chance to trap certain
pre-defined events and script
activities to be executed
when a report event is fired.
Trapping events and scripting
activities based on events
gives an additional control
over reporting especially
when you integrate a report with an application through
source code generation and
API calls.
Following are some examples
of such events which allows
you to better understand
and trap the flow of report
designing. OnInit
Before setting report variables
and execution of a query
OnLoad
While processing your report
and after setting report variables
OnNewPage
Just before report page processing
starts OnPrint
Before a report is printed
or exported.
OnClose
After a report is closed.
OnNoData
When a report contains no data
to present |
|
|
| |
|
|
|
|
|
|
|
|