Display DOM report
rptview(report)
rptview(reportPath)
rptview(reportName,format)
rptview(docxfile,'pdf')
rptview(
displays the report
document object in an appropriate viewer. report
)report
is an
instance of the mlreportgen.dom.Document class.
rptview(
displays the
report reportPath
)reportPath
in an appropriate viewer, based on the file
extension. You can use the Document.OutputPath
property to
specify reportPath
.
rptview(
displays the report reportName
,format
)reportPath
in an appropriate viewer,
based on the format specified in format
. Valid file formats
are 'docx'
, 'html'
,
'html-file'
, 'pdf'
.