Report.DefaultLayout() Method
Version: Available or changed with runtime version 1.0 until version 14.0 where it was deprecated for the following reason: "Replace with layout selection and 'Report Layout List' lookup. See https://go.microsoft.com/fwlink/?linkid=2284102&clcid=0x409 for more information."
Gets the default built-in layout type that is used on a specified report.
Syntax
DefaultLayout := Report.DefaultLayout()
Parameters
Report
Type: Report
An instance of the Report data type.
Return Value
DefaultLayout
Type: DefaultLayout
The default built-in layout type that is used on a specified report.
Remarks
The default layout for a report is specified by the report's DefaultLayout Property.