Working with Reports¶
Developing reports can be divided into three steps, modeling, implementation and layout. The first two server side steps are done with Developer Studio but the last is done by a separate tool, IFS Report Designer.
Step 1 Modeling report structure |
The whole report is defined in a single model file that contains both the data structure of a report and also the database search logic that assembles the data. When a report model is saved, several files are automatically generated.
|
* |
|
Step 2 Implement PL/SQL code |
There are two choices when creating PL/SQL code for the RDF file.
|
* |
|
Step 3 Develop the layout |
This step requires IFS Report Designer, see developer guide for more info in that tool. Note: The RDF file must be deployed in the database for IFS Report Designer to read and use it. |