Main Content
getReportObject
Class: slreportgen.webview.EmbeddedWebViewDocument
Namespace: slreportgen.webview
Returns the report object for an embedded web view report
Syntax
rptobj = getReportObject(rpt)
Description
returns the rptobj
= getReportObject(rpt
)slreportgen.report.Report
object associated with an embedded web view report. You
can use the report object to get the DOM object that implements a reporter in your report.
Examining the DOM implementation can help you to debug report generation issues.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019b