Report.ExcelLayout(var InStream) Method

Version: Available or changed with runtime version 9.0.

Gets the Excel layout that is used on a report and returns it as a data stream.

Syntax

[Ok := ]  Report.ExcelLayout(var InStream: InStream)

Parameters

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

InStream
 Type: InStream
The variable in which to return the Excel layout.

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

Report Data Type
Get Started with AL
Developing Extensions