Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Triggers the body sections that belong to a section group.
Syntax
public boolean send(
Common cursor,
[int level,
boolean triggerOffBody,
boolean newPageBeforeBody])
Run On
Called
Parameters
- cursor
Type: Common Table
- level
Type: int
The level to use for the records, which controls the execution of header and footer sections; optional.
- triggerOffBody
Type: boolean
A Boolean value that indicates whether the relevant body sections should be triggered.
- newPageBeforeBody
Type: boolean
Return Value
Type: boolean
false if the toPage object has been generated; otherwise true.
Remarks
The executeSection method of the ReportSection class is called on each triggered section.By default in a master-detail report, the records from the master table have level of one, and the records from the details table have level of two.