slreportgen.report.DataDictionary.customizeReporter
Class: slreportgen.report.DataDictionary
Package: slreportgen.report
Create subclass of slreportgen.report.DataDictionary
class
Syntax
reporter = slreportgen.report.DataDictionary.customizeReporter(classpath)
Description
creates a reporter class definition file that defines a subclass of
reporter
= slreportgen.report.DataDictionary.customizeReporter(classpath
)slreportgen.report.DataDictionary
at the location specified by
classpath
. The method also copies the default reporter templates to the
resources/templates
subfolder of the folder that contains the class
definition file. You can use the class definition file as a starting point to design a custom
data dictionary reporter class for your report.