open
Class: mlreportgen.report.Report
Namespace: mlreportgen.report
Opens the report
Syntax
open(report)
Description
open( opens the report. Using this method on a report that is already open or on a closed report causes an error. Use the report)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
Version History
Introduced in R2017b
See Also
mlreportgen.report.Report | append | close | fill | rptview