Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.44 KB

reportinstance-newpageperrecord-method.md

File metadata and controls

45 lines (37 loc) · 1.44 KB
title description ms.author ms.date ms.topic author ms.reviewer
Report.NewPagePerRecord([Boolean]) Method
Gets or sets the current setting of the NewPagePerRecord property.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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