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