There are several steps required prior to creating a Enterprise Output Manager Report in Developer:
Create a Windows Metafile (.WMF) using any off the shelf application you prefer. This file should contain the design and layout of your report and is used as the template.
Using the Enterprise Output Manager File Format Utility, add the relevant attributes and fields to the .WMF file and save as a form file (.DFF).
Import the form file into Developer using the Enterprise Output Manager wizard. This process creates the necessary logic for printing the basic Enterprise Output Manager report.
The basic structure of the report is automatically generated by the Enterprise Output Manager wizard, providing a skeleton for further development. While the generated report should run, it is unlikely to produce the required result.
There is no restriction on what logic you can add to your report. You can access as many structures as you like, using any logic commands. However, as there is no page layout, logic commands that rely on a page format are meaningless in Enterprise Output Manager. For example, Glb.Linecount and Glb.Pagecount are two of the commands that have no meaning in an Enterprise Output Manager report.