Report.DefaultLayout() Method

Version: Available or changed with runtime version 1.0.

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.

See Also

Report Data Type
Get Started with AL
Developing Extensions