Main Content

open

Class: mlreportgen.report.Report
Namespace: mlreportgen.report

Opens the report

Syntax

open(report)

Description

open(report) opens the report. Using this method on a report that is already open or on a closed report causes an error. Use the append method to open the report if it is not already open. You generally use the open method directly only in an open method defined in a custom report class.

Input Arguments

expand all

Report, specified as a report object. To create the report input, use mlreportgen.report.Report.

Version History

Introduced in R2017b