Table of Contents
Reporting in EDW is done almost the same way as you do in Delphi. Apart from some features outlined in this chapter, EDW doesn't add any specific reporting technology. Instead it allows you to integrate any reporting technology you like into the system.
In order to produce a report in EDW, you can:
Write an EDW program that executes reporting-related agents. This is the most flexible way, as it can be made both interactive and batch.
Write a custom GUI action implementation that runs your own code.
Write a custom GUI handler. This is similar to the solution above.
The following section presents EDW's reporting-related functionality as wrapped into agents you can call from an EDW program.