setContext
Class: mlreportgen.report.Report
Package: mlreportgen.report
Set report context value
Syntax
setContext(report,key,cvalue)
Description
setContext(
stores the context value (report
,key
,cvalue
)cvalue
) specified by the
key
on the report object. You can then use the
getContext
method to retrieve the value. The context values and
keys are stored in a containers.Map
object.
Input Arguments
Version History
Introduced in R2017b