Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.42 KB

reportinstance-showoutput-boolean-method.md

File metadata and controls

45 lines (37 loc) · 1.42 KB
title description ms.author ms.date ms.topic author ms.reviewer
Report.ShowOutput(Boolean) Method
Returns the current setting of whether a section should be printed, and changes this setting.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Report.ShowOutput(Boolean) Method

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

Returns the current setting of whether a section should be printed, and changes this setting.

Syntax

[Show := ]  Report.ShowOutput(Value: Boolean)

Note

This method can be invoked using property access syntax.

Parameters

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

Value
 Type: Boolean
true if the section is printed, otherwise false.

Return Value

[Optional] Show
 Type: Boolean
true if the section is printed, otherwise false.

See Also

Report Data Type
Get Started with AL
Developing Extensions