Class: mlreportgen.report.Report
Package: mlreportgen.report
Create class derived from Report class
mlreportgen.report.Report.customizeReport(path)
mlreportgen.report.Report.customizeReport(
creates a class definition file that defines a subclass of the
path
)mlreportgen.report.Report
class. The new file is created at the
location specified by path
. You can use this file as a starting
point for defining a custom report class.
Create a new subclass named package.MyClassB
of
mlreportgen.report.Report
.
mlreportgen.report.Report.customizeReport("+package/@MyClassB")