ReportRun.send Method [AX 2012]

Triggers the body sections that belong to a section group.

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.

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.

Community Additions

ADD
Show: