Main Content
getContext
Class: mlreportgen.report.Report
Namespace: mlreportgen.report
Get report context value
Syntax
cvalue = getContext(report,key)
Description
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.
Input Arguments
Output Arguments
Version History
Introduced in R2017b
See Also
mlreportgen.report.Report
| setContext
| removeContext
| containers.Map