Class: mlreportgen.report.Report
Package: mlreportgen.report
Get report context value
cvalue = getContext(report,key)
gets the report context value specified by the key. Use this method to retrieve report
context information you have set previously using the cvalue
= getContext(report
,key
)setContext
method. The context values and keys are stored in a containers.Map
object.