Package: slreportgen.report
Superclasses: slreportgen.report.Reporter
Model configuration set reporter
Use an object of the slreportgen.report.ModelConfiguration
class to report
on the active configuration set of a model.
Note
To use an slreportgen.report.ModelConfiguration
reporter in a report,
you must create the report using the slreportgen.report.Report
class or
subclass.
The slreportgen.report.ModelConfiguration
class is a handle
class.
creates an empty reporter
= slreportgen.report.ModelConfiguration()ModelConfiguration
reporter object based on the default
template. You must specify a model for which to report the active configuration set by
setting the Model
property. Use other properties to specify report options.
creates a reporter
= slreportgen.report.ModelConfiguration(model
)ModelConfiguration
reporter object and sets the Model
property to the specified model.
sets the reporter properties using name-value pairs. You can specify multiple name-value
pair arguments in any order. Enclose each property name in single or double quotes.reporter
= slreportgen.report.ModelConfiguration(Name,Value
)