Main Content

getReportLayout

Class:mlreportgen.report.Report
Package:mlreportgen.report

Current page layout of report

Syntax

pglayout = getReportLayout(report)

Description

pglayout= getReportLayout(report)returns the current page layout of this report. Use this method in thegetImplmethod of a custom reporter to get the report page layout.

Input Arguments

expand all

Report, specified as a report object. To create the report input, usemlreportgen.report.Report.

Output Arguments

expand all

Current page layout, returned as a page layout object. This method returns the current layout whether the reporter is added directly to the report or indirectly as chapter content. The returned value depends on the report type.

Version History

Introduced in R2018a