body property

ReportBody? get body

The body read-only property of the Report interface returns the body of the report, which is a ReportBody object containing the detailed report information.

Implementation

external ReportBody? get body;