Report.NewPagePerRecord([Boolean]) Method

Version: Available or changed with runtime version 1.0 until version 1.0 where it was deprecated.

Gets or sets the current setting of the NewPagePerRecord property.

Syntax

[IsNewPagePerRecord := ]  Report.NewPagePerRecord([SetNewPagePerRecord: Boolean])

Note

This method can be invoked using property access syntax.

Parameters

Report
 Type: Report
An instance of the Report data type.

[Optional] SetNewPagePerRecord
 Type: Boolean
The new setting of the NewPagePerRecord property.

Return Value

[Optional] IsNewPagePerRecord
 Type: Boolean
The setting of the NewPagePerRecord property.

See Also

Report Data Type
Get Started with AL
Developing Extensions