eva/3 Application BuilderDeveloping eva/3 ApplicationsWorking with ReportsStructure of a Report 

Detail area

In the Detail area the data records are displayed. The Detailareawill be repeated for every data record, so a list is build.

Event
AfterCreateMacro Macro, that will be executed after the creation of the report
AfterCreateMacroParameters Parameter settings for AfterCreateMacro
BeforeCreateMacro Macro, that will be executed before the creation of the report
BeforeCreateMacroParameters Parameter settings for BeforeCreateMacro
Main
PreferredHeight Defines the preferred height of the panel
ForceNewPage Specifies whether detail areas are printed on a separate page, rather than on the current page.
Is set to one of the following constants defined in ReportPanelConstans:
  • NONE (the default)
  • BEFORE_AREA
  • AFTER_AREA
  • BEFORE_AFTER
Opaque See common properties
View
Background See common properties