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
- _triggerOffBody
Type: boolean
- _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.