Body - Report
Called once for every record selected for the report to provide processing for record data (if any) not used for subheaders and subtotals
Type: Event
Syntax
Procedure Body
Description
Body is called once for every record selected for the report to provide processing for record data (if any) not used for subheaders and subtotals. Unlike most of the other procedure_sections, the body procedure is defined in this class to actually do something. It it queries the has_children_rpt_state and, if it is true, it broadcasts the start_report message to all child objects. This is why a report object that has child reports will usually not contain a procedure_section body (so that the default body behavior in the report class will be inherited). You can manually control how and if nested reports get executed by augmenting this procedure.