Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.19 KB

reportinstance-showoutput--method.md

File metadata and controls

38 lines (32 loc) · 1.19 KB
title description ms.author ms.date ms.topic author ms.reviewer
Report.ShowOutput() 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() Method

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

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

Syntax

Show :=   Report.ShowOutput()

Parameters

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

Return Value

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

See Also

Report Data Type
Get Started with AL
Developing Extensions