Main Content
add
Class: mlreportgen.report.Report
Namespace: mlreportgen.report
(Not recommended) Add content to report
Syntax
add(report,content)
Description
Note
add
is not recommended. Use append
instead. See Version History.
add(
adds
the specified report
,content
)content
to the specified report. If the report is not
already open, the add
method opens it.
Note
You can add a reporter to a report multiple times, but you cannot add the reporter
to different reports. For example, if you add an
mlreportgen.report.TitlePage
reporter to one report, you cannot
add it to another report.