Share via


WebReportRunEx.send Method [AX 2012]

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

  • _level
    Type: int

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.

See Also

Reference

WebReportRunEx Class