BeforeBody event

Examples


The BeforeBody event occurs before each instance of the report’s body prints.

Syntax

report_BeforeBody(SuppressBand As Boolean)

Parameters

report – A report object.

SuppressBand As Boolean – If True, the current body record won’t print, and no events will occur for it. Other portions of the report won’t be affected.

Comments

Use the BeforeBody event to reference fields in a report’s body. Microsoft Dynamics GP uses the report body for the bulk of a report, which typically is made up of table fields. A report prints the body repeatedly until all records on the report have printed.


Documentation Feedback