Creating Reports

The Painter is not only used for creating screen interfaces and Teach screens, but is also used for creating reports and report frames. A report is part of a system that is generated and used to produce output or to carry out specialized batch processing of a Database. It consists of report frames and report methods and a number of options that define the output of the report.

To add a report, perform the following:

  1. Follow the instructions in Adding New Items

  2. Select a Report class and provide a name for it.

  3. Once the report has been added, you must add one or more report frames to it.

To add a report frame, perform the following:

  1. Follow the instructions in Adding New Items.

  2. Select a Frame class and provide a name for it.

  3. Once the frame has been added select it from Solution Explorer or Class view.

  4. Set the Multiplicity property to 1.

    This enables the Sequence property.

    The Sequence property defines the order in which frames will be printed when you execute a series of BeginPage commands.

  5. Set the PresentationType property to Print to create a Painter tab on the document window.

  6. Click the Painter tab to open the Painter window and begin adding labels.