Main Content
getReportLayout
Class: mlreportgen.report.Report
Namespace: mlreportgen.report
Current page layout of report
Syntax
pglayout = getReportLayout(report)
Description
returns the current page layout of this report. Use this method only in the
pglayout
= getReportLayout(report
)getImpl
method of a custom reporter to get the page layout of the
report section that it generates. Using this method in other contexts might produce
incorrect results.
Note
Use the Layout
property of the mlreportgen.report.TitlePage
, mlreportgen.report.TableOfContents
, and mlreportgen.report.Chapter
reporters to modify the page layouts of the
report sections they generate.
Input Arguments
Output Arguments
Version History
Introduced in R2018a