Main Content
slreportgen.webview.ExportOptions Class
Namespace: slreportgen.webview
Options for exporting Simulink model to web view
Description
Use an slreportgen.webview.ExportOptions
object to specify the items to
export to a web view or an embedded web view report.
The slreportgen.webview.ExportOptions
class is a handle
class.
Creation
Description
creates an export options object, exportopts
= slreportgen.webview.ExportOptions(wvdoc
)exportopts
, for the
wvdoc
web view or embedded web view document.
wvdoc
is created using slreportgen.webview.WebViewDocument
or slreportgen.webview.EmbeddedWebViewDocument
. When you create a Web view or
embedded Web view document, an export options object is created automatically.