getImpl
Class: mlreportgen.report.Reporter
Namespace: mlreportgen.report
Get implementation of reporter
Syntax
impl = getImpl(reporter,report)
Description
Input Arguments
Output Arguments
Examples
Get Reporter Implementation
This example shows how to use getImpl
to obtain the DOM object
used to create a TitlePage
reporter. You can use the
getImpl
method with any type of reporter.
import mlreportgen.report.* rpt = Report("My Report"); tp = TitlePage; tp.Title = "Data Summary"; impl = getImpl(tp,rpt)
Version History
Introduced in R2017b